[TYPO3-core] FYI: Added feature #11314: Extract functionality to create session ID from t3lib_userAuth::start()
Francois Suter
fsuter at cobweb.ch
Wed Jun 10 21:21:27 CEST 2009
Hi,
> Problem:
> The lenth of the "hash" (session ID) is fixed to a maximum of 32 chars.
> If another hash-function shall be used to create the session ID, e.g.
> SHA1, it won't work.
Watch out, the session ID is written to the sessions tables (fe and be)
when a user logs in and the fields are varchar(32).
Cheers
--
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
More information about the TYPO3-team-core
mailing list