Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session Timeouts
Message
From
03/10/2003 08:23:32
Jacci Adams
Lindsay-Adams Consulting
Louisville, Ohio, United States
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00834284
Message ID:
00834722
Views:
24
Rick,

Thanks.

Jacci


>Jacci,
>
>Session Timeout can be set in Web.Config.
>
>It's in the same place where you specify the type of session to use.
>
>
><configuration>
>  <system.web>
>     <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424"
>sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
>cookieless="false" timeout="60" />
>  </system.web>
></configuration>
>
>
>+++ Rick ---
>
>>Hi,
>>
>>I'm not sure I'm asking this question properly so please be patient with me. We are using VS 2003 to create our ASPX pages.
>>
>>We have a web application that consists of a mixture of ASP & ASPX pages. We noticed that after we upgraded to .Net Framework 1.1 that MS doesn't use the same session timeouts between the two. Where does ASPX get its session timer from?
>>
>>TIA,
>>Jacci
Previous
Reply
Map
View

Click here to load this message in the networking platform