Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Session Timeouts
Message
De
03/10/2003 08:23:32
Jacci Adams
Lindsay-Adams Consulting
Louisville, Ohio, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00834284
Message ID:
00834722
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform