Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Problems with Session Time Out ASP.NET


Message #1 by "Sam" <samasp@d...> on Mon, 20 Jan 2003 07:34:03
Hello,

I keep having problems with the session timeout in asp.net.  In the 
web.config file, I specify the following timeout:

<sessionState mode="InProc" Cookieless="false" timeout="300"/>

But after 20 minutes (the default timeout) of inactivity, the session 
ends.  I don't use a setting on application-level.  I would like the 
session timeout at 300 minutes.

The server is single-processor.

What could be the problem?

Thanks in advance.

Kind regards,

Sam Schotte 
Belgium.


  Return to Index