G Guest May 31, 2004 #1 If I have both ASP and ASP.NET environments within a web application, is it possible to manually expire ASP session from the ASP environment (ie using Session.Abandon)?
If I have both ASP and ASP.NET environments within a web application, is it possible to manually expire ASP session from the ASP environment (ie using Session.Abandon)?
N Nicole Calinoiu May 31, 2004 #2 Yes (see http://msdn.microsoft.com/library/en-us/iissdk/iis/ref_vbom_sesomaband.asp). Is there some specific problem you've encountered, or are you attempting to expire the ASP.NET session from ASP or vice versa?
Yes (see http://msdn.microsoft.com/library/en-us/iissdk/iis/ref_vbom_sesomaband.asp). Is there some specific problem you've encountered, or are you attempting to expire the ASP.NET session from ASP or vice versa?