Try with session_unset(); it works for me...
-----Original Message----- From: khuram noman [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 5:39 AM To: [EMAIL PROTECTED] Subject: [PHP] How to destroy session ID hello i have problem in destroying session id, i use the following code <? session_start(); print "before Destroy".session_id(); session_destroy() ; session_start(); print "After Destroy".session_id(); ?> in before and after it prints the same sessionID so how to destroy session id . waiting for soon reply Thanks Khuram Noman __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php