Hi all!

I have seen a couple of discussions on the same topic, but even so I
do not really know how to destroy sessions.
I would like to achieve, that a second login after a logout generates
a wholly new session, with a new session id.

I have tried:

   session_unset();
   session_destroy();

and after every logout and re-login I get the same session...
What is the solution?

Thanks and 
Best regards,
Gabor

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to