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?
if expires irrespective of whether user using app or not, how make expires when idle?
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
Post a Comment