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?
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?