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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -