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?
$PHPSESSID variable
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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
You've already had some replies to your other thread so why not bump that instead of starting a new topic.
Mac