Page 1 of 1

$PHPSESSID variable

Posted: Mon Mar 24, 2003 2:19 pm
by kendall
Hello,

i am using the PHP's server generated $PHPSESSID to track a visitor tru till the end of a process

my problem lies in that i do a session_unset() and a session_destroy() but the sesssion still exist when i use the same browser to re-do the process. Now i note that if i allow time to pass before re-doing the process i get a new session which is what i am trying to achieve but i need to destroy the session.

Can i destroy and unset the $PHPSESSID?

Posted: Mon Mar 24, 2003 2:33 pm
by twigletmac
viewtopic.php?t=7357&highlight=

You've already had some replies to your other thread so why not bump that instead of starting a new topic.

Mac