|
 |
asp_web_howto thread: RE: Is there a way to reset all session variables
Message #1 by "Pat Waddington" <paw@s...> on Thu, 27 Jun 2002 15:55:30 +0100
|
|
For Session.Contents Collection you can also use Remove or Removeall
-----Original Message-----
From: Shaun Steckley [mailto:SSTECKLEY@P...]
Sent: 26 June 2002 19:04
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Is there a way to reset all session
variables
Session.Abandon
-----Original Message-----
From: Jeff McFarland [mailto:jeff@s...]
Sent: Wednesday, June 26, 2002 3:08 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Is there a way to reset all session variables
Without having to go through all my session variables and set the equal to
nothing, like the following:
Session("test1") = ""
Session("test2") = ""
Is there a way to reset all current session variables with one simple
statement?
Thank you in advance!
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
The information contained in this email is confidential and is intended
solely for the use of the person identified and intended as the recipient.
If you are not the intended recipient, any disclosure, copying,
distribution, or taking of any action in reliance on the contents is
prohibited. If you receive this message in error, contact the sender
immediately and delete it from your computer.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #2 by "Jeff McFarland" <jeff@s...> on Wed, 26 Jun 2002 19:40:36
|
|
> Session.Abandon
That works... thx
Jeff
Message #3 by Shaun Steckley <SSTECKLEY@P...> on Wed, 26 Jun 2002 14:03:45 -0400
|
|
Session.Abandon
-----Original Message-----
From: Jeff McFarland [mailto:jeff@s...]
Sent: Wednesday, June 26, 2002 3:08 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Is there a way to reset all session variables
Without having to go through all my session variables and set the equal to
nothing, like the following:
Session("test1") = ""
Session("test2") = ""
Is there a way to reset all current session variables with one simple
statement?
Thank you in advance!
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
The information contained in this email is confidential and is intended solely for the use of the person identified and intended as
the recipient. If you are not the intended recipient, any disclosure, copying, distribution, or taking of any action in reliance on
the contents is prohibited. If you receive this message in error, contact the sender immediately and delete it from your computer.
Message #4 by "Jeff McFarland" <jeff@s...> on Wed, 26 Jun 2002 19:08:27
|
|
Without having to go through all my session variables and set the equal to
nothing, like the following:
Session("test1") = ""
Session("test2") = ""
Is there a way to reset all current session variables with one simple
statement?
Thank you in advance!
|
|
 |