02-17-2008, 09:39 PM
|
#13 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Posts: 28
Thanks: 9
|
Quote:
Originally Posted by owenj2o
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??
|
|
|
|