$PHPSESSID variable

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

$PHPSESSID variable

Post 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?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Locked