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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Destroying a session object?

Status
Not open for further replies.

jimbob550

Programmer
Jun 28, 2001
7
US
I don't want to use session.abandon because I have other session objects that are in use, but when I no longer have use for a particular session variable, how can I effectively destroy it so it's not using system resources?

I tried session("variableName") = Nothing but I generated errors on the page. Will session("variableName") = "" destroy it? Or is there a way to actually do it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top