[TYPO3-english] Problems with felogin and Typo3 6.2

Claudio Strizzolo claudio.strizzolo at ts.infn.it
Thu Aug 14 08:33:48 CEST 2014


Hi Christian,

On 08/13/2014 12:48 PM, Christian Futterlieb wrote:
> Hi Claudio
>
> Just an idea on this: check your settings of the following:
>
> $GLOBALS['TYPO3_CONF_VARS']['SYS']['cookieDomain']

I tried with either an empty string and the address of my site. In both 
cases I can login to the BE but in the FE I get the wrong behaviour I 
described.

> $GLOBALS['TYPO3_CONF_VARS']['SYS']['cookieSecure']

0

> $GLOBALS['TYPO3_CONF_VARS']['FE']['cookieDomain']

Empty string, then the value of 
$GLOBALS['TYPO3_CONF_VARS']['SYS']['cookieDomain'] should be used.

> $GLOBALS['TYPO3_CONF_VARS']['FE']['lifetime']

3600

Greetings,

Claudio


>
> Regards, Christian
>
>
> On 12.08.14 13:32, Claudio Strizzolo wrote:
>> Hi Markus.
>>
>>> can you please check which cookies are set in which stage?
>>
>> Before login: no cookies
>>
>> After login and viewing the first protected page, which is the same page
>> as the login page, no redirect to a different page:
>>      cookie: fe_typo_user
>>      value: e52b5...
>>
>> Jump to another page (not protected):
>>      same cookie
>>
>> Jump back to the first protected page:
>>      same cookie
>>
>> Although the cookie is set, the login form is displayed again. The login
>> form should be displayed only for not logged FE users, instead, so it
>> looks like I am not logged on any more.
>>
>> Greetings,
>>
>> Claudio
>>
>



More information about the TYPO3-english mailing list