$PHPSESSID variable
Posted: Mon Mar 24, 2003 2:19 pm
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?
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?