[TYPO3-core] FYI: Added feature #11314: Extract functionality to create session ID from t3lib_userAuth::start()

Oliver Hader oliver at typo3.org
Wed Jun 10 16:14:12 CEST 2009


The following changes were committed to SVN Trunk (rev. 5580)

Type: Cleanup/Feature

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

Branch: Trunk

Problem:
The creation of a new session ID is currently somewhere in the start()
method of t3lib_userAuth. However, it can be handy to define an own
XCLASS method to create a session ID (e.g. to get a 160 bit session ID).

Solution:
Move the mentioned functionality to a new method createSessionId()

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list