Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cleanup Session Vars 1

Status
Not open for further replies.

Michael42

Programmer
Oct 8, 2001
1,454
US
Hello, is there an easy way to cleanup ALL the Session variables? I want to make sure when the user starts an app they do not have any erroneous Session var values etc.

Thanks!
 
Use session.abandon then take them to a different page and the values will be gone.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top