[TYPO3-v4] Patch for "Configurable cookie names'

Ernesto Baschny [cron IT] ernst at cron-it.de
Tue May 31 12:40:16 CEST 2011


Hi,

currenctly the user login and session information is retrieved
($TSFE->initFEuser()) way before the page to be displayed is determined
($TSFE->determineId()). This is important because the page might be
restricted access etc. You can follow this in
typo3/sysext/cms/tslib/index_ts.php.

Unfortunately, changing this order is way too complex to handle if you
don't know exactly the side-effects it could (and will) have.

Cheers
Ernesto

Kay Strobach schrieb am 31.05.2011 12:26:

> not really ;)
> You need to know the page which is shown -> so you get the setting from
> the page and not from the user ;)
> Based on the page the cookie is set.
> 
> This way the customers can be divided ;)
> 
> Regards
> Kay
> 
> Am 31.05.2011 11:34, schrieb Christian Jul Jensen:
>> Kay Strobach wrote:
>>> are the cookies configurable via TS?
>>> This would be genius, as they could be different for customers in the
>>> frontend even if they are in the same TYPO3 Installation.
>>
>> This would not be possible as you need the FE-user session to determine
>> which user is logged in.
>>
>> catch 22 ;)
>>
> 
> 



More information about the TYPO3-project-v4 mailing list