Some Session Questions

MasterGinyu

Newcomer
Joined
Mar 11, 2004
Messages
20
I was wondering if it is possible to end a session and restart a new one in the same page. To better understand want I am trying to do is a simple login page that when they login it starts a session and when they logout it does the Session.Abondon(). Now i am not sure if this Session.Abondon() kills the session or not. Anyway when the user logs out they are sent back to the login page with a url variable telling the page that they have logged out. If for some reason someone wants to login in right after they logout it keeps that same session id. I do not want this to happen for loggin purposes. Please let me know what i can do. Thanks
 
Back
Top