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!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php