Controlling Session length in ASP.NET -


i set session timeout 10 mins using following statement.

session.timeout = 10; 

still session ends abruptly within around minute. can done? thank you!!

default should 20 minutes; unless web.config specifies 1 minute, check other things. example, using inproc session state , app restarting?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -