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
Post a Comment