Active Server Pages Programming (ASP)/Data in memory

Advertisement


sgaawc wrote at 2010-02-13 21:51:00
try this code:





<script LANGUAGE="VBSCRIPT" runat=Server>

Sub Session_OnEnd()

  if Response.IsClientConnected = FALSE then

     Session.Abandon

  end if

end sub

</script>



u can but that code in the global.asa either u it can be inline VBScript code, hope that it's helpful


Active Server Pages Programming (ASP)

All Answers


Answers by Expert:


Ask Experts

Volunteer


Ashley Brazier

Expertise

Main focus is ASP, SQL Server 2000 & 2005

Experience

Over 6 years experience.

Education/Credentials
BCs Honours Software Design and Networks

©2012 About.com, a part of The New York Times Company. All rights reserved.