Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Examples: ASP Response Object IsClientConnected Property

<% 
'check to see if the client is connected
If Not Response.IsClientConnected Then 
  'get the sessionid to send to the shutdown function
  Shutdownid = Session.SessionID
'perform shutdown processing
  Shutdown(Shutdownid) 
  End If
%>


ContentsPreviousNextIndex