aspx_beginners thread: Problems with Session Time Out ASP.NET
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.
|





