joecool2005
07-31-2006, 03:59 PM
Hi,
On my ASP file I put
<%Session.Timeout=1%>
On my global.asa I put
Sub Session_OnEnd
Response.Redirect("hello.htm")
End Sub
When the time is up, it did not redirect me. Why?
Thx
Joe
On my ASP file I put
<%Session.Timeout=1%>
On my global.asa I put
Sub Session_OnEnd
Response.Redirect("hello.htm")
End Sub
When the time is up, it did not redirect me. Why?
Thx
Joe