Re: ASPX Session Issue...
From: Raghavendra T V (raagzvb_at_hotmail.com)
Date: 08/31/04
- Next message: Vishwak: "Rendering WML 1.1 and XHML through ASPX"
- Next in thread: dave: "Re: ASPX Session Issue..."
- Reply: dave: "Re: ASPX Session Issue..."
- Messages sorted by: [ date ] [ thread ]
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>
- Next message: Vishwak: "Rendering WML 1.1 and XHML through ASPX"
- Next in thread: dave: "Re: ASPX Session Issue..."
- Reply: dave: "Re: ASPX Session Issue..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|