I'm trying my best to remove all session variables from my web application, and store the data required in an XML doc on the client. However I need to use some session vars temporarily so I can return my normal html then do a second call using SOAP to get the xml and store it on the client.
Can IIS be trusted to 'clean up' properly by just using
set session("tmpVar"=nothing
or
session("tmpVar"=""
or do I need a full on session.abandon ?
thanks
Can IIS be trusted to 'clean up' properly by just using
set session("tmpVar"=nothing
or
session("tmpVar"=""
or do I need a full on session.abandon ?
thanks