Ask a Question related to ASP Database, Design and Development.
-
selma #1
Session.abandon and timeout
Hello,
I write ASP pages with Oracle.In every pages I put a "Close" link; this link goes to an asp page,altsub.asp:
altsub.asp
-----------
<%
session.abandon
%>
----------------
In my first page,I wrote
"session.timeout=10"
In global.asa,I wrote an sql statement.
sometimes when a user click "Close" link,,session_OnEnd event in global.asa runs but sometimes it doesnt run,it waits for timeout.
WHY?
What is the problem?
Can you help me?
-----------------------------
This message is posted by [url]http://Asp.ForumsZone.com[/url]
selma Guest
-
how to specify session timeout
Hi I am setting objects in the session using following tycnique. <mx:RemoteObject id="loginidObj" source="servlet" showBusyCursor="true"... -
[PHP] Session Timeout
Hi, Saturday, August 30, 2003, 1:55:02 PM, you wrote: SW> From what I see, the default timeout for a session is 1440 seconds or SW> 24 minutes.... -
Session.timeout
I have a session object Session("login") whereas I need to extend the time on this to 1 hour, instead of the default 20 minutes. After initializing... -
IIS Session timeout
Is there a way to notify a client browser that their IIS Session is about to OR has just expired? -
How to set session timeout
Setting session timeout in web.config file does not seem to have any effect. Any explanation or suggestion will be appreciated. -
Aaron Bertrand - MVP #2
Re: Session.abandon and timeout
> sometimes when a user click "Close" link,,session_OnEnd event in
global.asa runs but sometimes it doesnt run,it waits for timeout.[url]http://www.aspfaq.com/2078[/url]> WHY?
Aaron Bertrand - MVP Guest



Reply With Quote

