Ken wrote:
After unsetting and destroying the session, the same sid is generated.
No session identifier is generated at this point. This generation only
happens when there is no identifier presented by the client, or when you
explicitly regenerate it using something like session_regenerate_id().
After unsetting and destroying the session, the same sid is generated.
is this a normal behaviour?
i did this:
session_start()
//kill session variables
unset($_SESSION);
session_destroy();
Thanks in advance ;)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
2 matches
Mail list logo