Forum Moderators: open

Message Too Old, No Replies

ASP Session Variables

getting them all

         

klewlis

2:58 pm on Jan 9, 2002 (gmt 0)



hi,

I have a site in which I record a number of session variables. When the person logs out, I want to be able to clear them all at once. Is there a way to do this or do I need to clear out each variable individually? Thanks!

Xoc

6:46 pm on Jan 9, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The Session.Abandon method will clear out all session variables.