Loss of session data?
oldies
Joined: 2008-11-29
Posts: 4 |
![]() |
I have enbedded G2 into my own php application. Everything is working except when I want to add an item or an album, it sometimes work in IE and sometimes not even within the same session but not in Firefox. I got the following message when I want to delete an album after I created it. Any help would be much appreciated. Please note that I uninstalled url-rewrite and permalink after I encountered this problem. Quote:
Your change cannot be completed due to a loss of session data. Please try again. If it still doesn't work, try logging out and logging back in. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
try adding: $session = &$gallery->getSession(); GalleryUtilities::putRequestVariable('authToken', $session->getAuthToken()); just before your call for handleRequest -s |
|
oldies
Joined: 2008-11-29
Posts: 4 |
![]() |
I have added the code and tried adding album, items and deleting items and album. All work smoothly. It seems to work now thanks. I shall try more in a few more days to make sure that the behavior is consistent. Many Thanks ot your help!!! |
|