What causes new session to start?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I have a sequence of clicks in my apps that are always causing the
session to start again. This is definitely not being caused by a
timeout, cause it always happens no matter how long since the last
load. It is happening right after a this.Response.Redirect(myURL+
querystring).
This line of code is executed in other areas fine, so nothing wrong
with the actual line, but I always get a session_start event right
after this is executed after
I have tried with both inproc and stateserver and this keeps happening,
both in my machine and in 2 other servers I have tried.
My question is what reasons can cause a session to restart, other than
a timeout and a call to Session.Abandon()? Is there a way that I can
track down what is causing it here, similar to the stack trace.
Thanks for any help,
.
Relevant Pages
- What causes new session to start?
... I have a sequence of clicks in my apps that are always causing the ... My question is what reasons can cause a session to restart, ... a timeout and a call to Session.Abandon? ... (microsoft.public.dotnet.framework.aspnet) - Re: Application Pool timouts.
... a) From what i understand, the application pool timeout is the timeout for ... an idle session which is created by a browser. ... is idle for 20 minutes or longer the problems occur. ... Application Pool's w3wp.exe process to be shutdown by IIS when no requests ... (microsoft.public.inetserver.iis.security) - Re: How do I change the session timeout?
... A session will last for as long a period as you set in ... That's set in the forms timeout property. ... You will see that the logged-in period changes to match the number of minutes you specify. ... Microsoft MSDN Online Support Lead ... (microsoft.public.dotnet.framework.aspnet) - Re: SQLCommandTimeout
... to set the value for the session? ... designer) you can set the Command Timeout value there. ... I am just using the DataSource, configured to use my stored procedure, ... I found out about the SQLCommandTimeout Property that can be used to ... (microsoft.public.dotnet.general) - RE: Remote webspace logging off.
... their session after a certain amount of time. ... Please check the following settings: ... Restart the IIS Service or restart the SBS Server. ... Remote Web Workplace timeout: ... (microsoft.public.windows.server.sbs) |
|