View Single Post
Old 02-17-2008, 09:39 PM   #13 (permalink)
bmathers
The Contributor
 
Join Date: Jan 2008
Posts: 28
Thanks: 9
bmathers is on a distinguished road
Default

Quote:
Originally Posted by owenj2o View Post
Use this code
PHP Code:
session_destroy($_SESSION['<<session_name>>']);
unset(
$_SESSION['<<session_name>>']); 
and voila, the session is no more.
Just remember to put the session name in the right place.
so where in the code would i include this? or are you saying it wouldnt work SOCK??
bmathers is offline  
Reply With Quote