[PHP] Session_destroy() questions

2004-03-22 Thread Elliot J. Balanza
Ok, I know that session_destroy wont delete all my session data, but just delete the variables with it... but for instance the session_id() will be the same. So my question is how can i make it so that let's say one people enter my site, and then decides to leave... but doesn't closes the browser w

Re: [PHP] Session_destroy() questions

2004-03-22 Thread Chris Shiflett
--- "Elliot J. Balanza" <[EMAIL PROTECTED]> wrote: > how can i make it so that let's say one people enter my site, and > then decides to leave... but doesn't closes the browser window, > then come back right in and wants to do other functions in the site > but with a different session_id()? http:/

Re: [PHP] Session_destroy() questions

2004-03-22 Thread John W. Holmes
Elliot J. Balanza wrote: Ok, I know that session_destroy wont delete all my session data, but just delete the variables with it... but for instance the session_id() will be the same. So my question is how can i make it so that let's say one people enter my site, and then decides to leave... but do