[thelist] restart PHPSESSID?

Nemesis nemesis at nemesis1.f2o.org
Mon Sep 8 10:37:16 CDT 2003


K. E. Sherian wrote:

> Hi Carl,
> 
> I have been searching the net all night trying to figure out how to end my session. I am using session_destroy!
> 
> But, when I go back to the page that calls for PHPSESSID, it still has a value. How do I unset that value or start a new one?
> 
> Thank you
> 
> Karen 
> 
> 

You need to unset it first.

session_unset();
session_destroy();

-- 
The Nemesis Project
http://nemesis1.f2o.org
One Stop CSS



More information about the thelist mailing list