Click to See Complete Forum and Search --> : how to reset the SessionID?


akkad
10-24-2007, 02:21 AM
how to reset the SessionID?

lmf232s
10-24-2007, 10:52 AM
'Kills the Session
Session.Abandon()

'These just clear out the session variables
Session.Clear()
Session.Remove("SessionName")
Session.RemoveAll()
Session("SessionName") = ""