View Single Post

  #2 (permalink)  
Old 07-21-2003
Cpt John W. Holmes
 
Posts: n/a
Default Re: [PHP] can't restart session

From: "Chris W. Parker" <cparker@swatgear.com>
> > CPT John W. Holmes <mailto:holmes072000@charter.net>
> > on Monday, July 21, 2003 12:39 PM said:
> >
> > You should still consider the user logged out since the
> > session is empty, right?

>
> Right, but the server isn't thinking of it this way.


Then something is wrong in your code. If you properly clear the session of
all of it's contents, then even if I pass the same session id on the next
page request, it should see me as a new user since there is no data in the
session.

---John Holmes...

Reply With Quote