Re: ASPX Session Issue...

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Raghavendra T V (raagzvb_at_hotmail.com)
Date: 08/31/04


Date: Tue, 31 Aug 2004 11:07:58 +0530

HI Srinivasan,

You need to set your session timeout in your web.config.
      <sessionState mode="StateServer"
     stateConnectionString="tcpip=127.0.0.1:42424" ... timeout="60"/>

Timeout = "60". This works regardless of your IIS setting described
below I believe.

Hope this helps you.

Thanks
Raghavendra

"Srinivasan Swaminathan via .NET 247" <anonymous@dotnet247.com> wrote in
message news:%23jKqNuPjEHA.1904@TK2MSFTNGP09.phx.gbl...
> How do I increase the session timeout in aspx.
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>e1WwE7Ix4EW6whKsA2M/qQ==</Id>



Relevant Pages

  • Re: Session timeout in IIS and web.config, which overwrites which?
    ... If IIS setting has a session timeout value of 20 minutes, ... session time out in 20 minutes or in 30 minutes? ... ASP.NET configuration settings override IIS configuration settings. ...
    (microsoft.public.dotnet.framework.aspnet)
  • HttpApplication.Session.SessionID Change on Each Request. Is it Normal?
    ... access the HttpApplication.Session.SessionID and somehow I'm getting a new ... value on every Refersh of ASPX page. ... I thought SessionID is supposed to stay static until the session timeout ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session Timeout
    ... Do not change session timeout. ... I have a web application in aspx and vb.net 2003. ... My web config file is set up as: ...
    (microsoft.public.dotnet.framework.aspnet)