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

Martin Kutschker masi-no at spam-typo3.org
Fri May 14 19:42:21 CEST 2010


Lars Houmark schrieb:
> Hi Ernesto,
> 
> Ernesto Baschny [cron IT] wrote:
> 
>> The lock file has nothing to do with the session. We agree that logging
>> out should clear the lock file, but I don't agree that destroying a
>> session should "know" about this aspect that is unrelated to session
>> management.
> 
> But I don't agree that the lock file has nothing to do with the logout
> routine. Think about it this way. Any logout button/link no matter where
> will be placed will try to remove that file and redirect when done. Any
> logout done by triggering some incident (I mean something potential
> evil) will do the same.

Just dropping in so forgive me if my remark seems to be out of context. But from what I undertsand
following parts of this thread is that you are in need of the observer pattern. The "end session
event" of the session object should be observed by whatever object handles the lock file.

Masi


More information about the TYPO3-team-core mailing list