[TYPO3-english] felogin ie8 session cookie
Roman
rb at synac.com
Wed Jan 20 06:56:26 CET 2010
Peter Russ escribió:
> --- Original Nachricht ---
> Absender: Roman
> Datum: 19.01.2010 09:48:
>> Currently I run several sites on one typo3 installation (version
>> 4.3.1). A frontend user can perform the login but once he accesses an
>> other page his identification gets lost.
>>
>> Reading around I found that the compatibility mode might break the
>> session. Therefore I added <meta http-equiv="X-UA-Compatible"
>> content="IE=8" /> to the page header and veryfied the page to be valid
>> in html, css and js.
>>
>> When deleting the session cookies (through developer tool bar and not
>> closing the browser, hence session) the auto logoff disapears and
>> everything works fine.
>>
>> As well I observed that the cookie domain isn't denominated correctly.
>> In firefox the domain value is .venandar.com where in ie8 one just
>> finds .com.
>>
>> As well I read that upen setting [SYS][cookieDomain] the problem might
>> disapear as well but using this parameter on a multi domain
>> installation doesn't seem to be aproriate.
>>
>> Does anybody have experiances on this issue?
>
> Set the cookie domain to the called domain using $_SERVER['SERVER_NAME']
> manually in localconf.php ;-)
>
> Peter.
>
Thank you very much Peter, I' ll try that out. Have a great day!
More information about the TYPO3-english
mailing list