[TYPO3-core] RFC Feature #11509: Integrate possibility to define automatic garbage collection of session information

Oliver Hader oliver at typo3.org
Tue Jul 14 14:01:04 CEST 2009


This is an SVN patch request.

Type: Feature

Bugtracker references:
http://bugs.typo3.org/view.php?id=11509

Branch: Trunk

Problem:
Sessions and session data are currently cleaned up automatically and
randomly after 100 requests ("rand()%100"). When a frontend user session
is bound to the session data table, this can lead to inconsistencies
since one of these parts might be cleaned up without cleaning the other
part. The result could be a still logged in frontend user without any
session data containing e.g. some basket items.

Solution:
Integrate a possibilty to enabled/disable the automatic garbage
collection in the Install Tool. The cleanup process could then be
triggered by an own cron job for example.


olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list