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

Ernesto Baschny [cron IT] ernst at cron-it.de
Wed May 12 13:21:24 CEST 2010


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.

Cheers,
Ernesto

Lars Houmark schrieb am 12.05.2010 00:05:
> Hi,
> 
> This is a SVN patch request.
> 
> Type: Tweak
> 
> BT reference: http://bugs.typo3.org/view.php?id=14367
> 
> Branches: trunk
> 
> Problem:
>     The Install Tool is a powerful tool. Therefore it should also allow
> the user to actively logout.
> 
> Solution:
>     Add a logout menu item in the left menu.
> 
> How to test:
>     Simply apply the patch and use the new link in the left menu to log
> out.
> 
> Notes:
>     The logout will not log out the user of the backend, if the Install
> Tool is running through the backend, as the Install Tool runs in it's
> own session.
> 
> -- 
> Lars Houmark
> 


More information about the TYPO3-team-core mailing list