Hi devs, hi Nicolas,

the current revision http://trac.symfony-project.org/changeset/10589
does not include the updateSessionId() method anymore. This is however
necessary because session_regenerate_id(TRUE) works only for file
sessions. If you use database session, you have to update the session
id. If you don't, a new session is beeing inserted and the old is not
deleted, anytime the authentication changes. This is bad if you'd like
to query the session table for active sessions ...

I'm sure there must be a reason for removing this method. In case i
missed it, sorry :o( But could somone explain why the old session
should stay in the database ... ?

Thanks in advance,
Michael Piecko


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to