asp.net - session state timeout vs idle timeout -
asp.net - session state timeout vs idle timeout -
is session state timeout setting in web.config same iis 7 idle timeout setting? if not, 1 takes priority? increment users sessions couple of hours.
idle timeout application pool whole. kicks in if applications linked pool have had no activity within set time.
session state per session. single user session. can have many sessions occurring @ single time.
asp.net session iis-7 web-config
Comments
Post a Comment