how to verify that an old session is really destroyed?
Posted
by jodeci
on Stack Overflow
See other posts from Stack Overflow
or by jodeci
Published on 2010-04-27T06:50:05Z
Indexed on
2010/04/27
6:53 UTC
Read the original article
Hit count: 187
Um, this might sound a bit weird. We were having some problems with a specific browser under a very specific condition, and finally narrowed down the problem to the fact that we were not properly destroying the old sessions after doing session_regenerate_id(). I believe I have solved this problem by doing session_regenerate_id(true) now, but how does one verify that the previous sessions really do not exist any more? Someone suggested cURL but I cannot find my way around their docs. Sadly(?) the boss does not take 'it just works' for an answer so I'd really appreciate any advice!
© Stack Overflow or respective owner