[TYPO3-dev] Sessions and the "fe_typo_user" cookie
Arjen Hoekema
arjenhoekema at gmail.com
Wed Sep 26 13:48:09 CEST 2012
Hi list,
I think I've found a working solution for now. The extension
"moc_varnish" contains an XClass for the "tslib_feUserAuth" object
setting the "dontSetCookie" flag to "TRUE" by default.
It writes the "fe_typo_user" cookie when a call to "storeSessionData" is
made or when a frontend user is authenticated.
PHP sessions (session_start) are using a different cookie/mechanism so
these are not affected when they are served with the correct caching
headers.
Kind regards,
Arjen Hoekema
More information about the TYPO3-dev
mailing list