c# - Does Session timeout even if it's not idle? -


i using asp.net sessionstate timeout property set 60. mean session timeout after 60 minutes irrespective of whether user idle or not or not expire when user has not requested server 60 minutes?

http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate.timeout%28v=vs.110%29.aspx

if expires irrespective of whether user using app or not, how make expires when idle?

it clearly explained in msdn

gets , sets amount of time, in minutes, allowed between requests before session-state provider terminates session.

if user not make request 60 minutes session expire


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -