[TYPO3-core] RFC #14367: Install Tool does not provide a logout possibility

Steffen Kamper info at sk-typo3.de
Wed May 12 13:36:18 CEST 2010


Steffen Kamper schrieb:
> Hi Ernesto,
> 
> Ernesto Baschny [cron IT] schrieb:
>> Hi,
>>
>> the whole session-handling goes through $this->session, which is handled
>> in tx_install_session.
>>
>> So please add the destroy() method to the session class, to guarantee
>> that all session related stuff happens there, allowing that class to be
>> easily replaced.
>>
> 
> 
> valid one.
> Looking to session class i stumbled on method "destroy" - it only 
> deletes a session file, but don't destroy the session. Sloppy integration?
> 

I looked at php.net and it's code from there, but i tried with
$this->session->destroy($this->session->getSessionId());

After calling install in menu the login is still valid, so session isn't 
destroyed

vg Steffen


More information about the TYPO3-team-core mailing list