[TYPO3-dev] Problem with RSAAuth extension
Zach Davis
zach at castironcoding.com
Wed Oct 19 21:14:01 CEST 2011
Phew! I'm not crazy.
I really think an easy fix for the problem is to call session_start() in
index_ts.php. I understand not wanting to call it every time that script
is run, but if it's going to set values in $_SESSION as it does in a few
places, it needs to start the session first, or else other places in the
core might assume that the session has been initialized when in fact it
hasn't, which is what's happening in RSA Auth.
Zach
Marc Wöhlken wrote:
> Hi!
> Am 19.10.2011 20:43, schrieb Zach Davis:
>
>> You can go to:
>>
>> http://46rc1.zd.cicdev.net/special-pages/customer-login and login to the
>> frontend as "customer1" with the password "customer1"
>>
>> The login should work.
>>
>> Logout of the front-end and then simply look at the backend login:
>>
>> http://46rc1.zd.cicdev.net/typo3/
>>
>> Now, go back to the frontend login screen and try to login again. I
>> expect that the front-end login will fail. In fact, in order to login
>> again on the front-end, you'll have to quit your browser or clear cookies.
>
> Tested it and you are absolutely right.
>
> Regards
> Marc
>
>
More information about the TYPO3-dev
mailing list