Session timeout

D

Denis Gorbachev

Hi,

In my ASP.NET application I try to set the session's timeout to 24 hours
(1440 mins). I do it on login page. But after 20 mins the application
creates new session again! I changed IIS session settings too, but it did
not help =(

Can anybody help me to set a great value of the session's timeout?

Thanks in advace.
 
G

Guest

I believe you want to set sessionStat

<sessionState mode="InProc" cookieless="false" timeout="1440"/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top