Reputation: 1367
Wenn browsing through my site while logged in the frontend, TYPO3 sometimes loads an old state of the session. When I'am logged out everything is fine and all session-related things are storred and loaded correctly. I searched for six hours now and i can't really see anymore. I guess I'll start to post the controller which handles the sessions: http://pastebin.com/Guzud1AT
If you need any other information please just ask. The page is live here: http://tinyurl.com/boakjw7
To make it clear: This happens WHILE I'am logged in. Not on log-in and then log-out.
Upvotes: 0
Views: 529
Reputation: 1367
Thanks all for the input but the answer is a Core-Bug in TYPO3 4.5.23 (and only this version). The Bug has been reported 11 days ago here: http://forge.typo3.org/issues/45570
To fix the session handling problem just install this patch: https://review.typo3.org/#/c/18464/ or downgrade to 4.5.22
Upvotes: 1
Reputation: 4128
I think most probably it's related to typo3 caching. From your comments I think you are mainly focused on "add to basket" feature. The typo3 extension that you have used for this feature should not be cached. The caching of extension section can be avoided by adding it using COA_INT or USER_INT typo3 cObjects (typoscript). Another option is to avoid extension caching by modifying the extension php code.
Reference links:
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/current/
Upvotes: 0