PWNettle
Well-known member
Howdy,
Im having a problem where my sessions are timing out even though Im using pages that are seemingly involved in the session constantly during the timeout period. Its as if the session is initiated when a page is first hit but then the session is never extended by subsequent page hits...the session will timeout after a certain time period (seems like 20 minutes even with the timeout set higher in web.config)
Whats the trick to getting the session to be extended by subsequent page hits rather than expiring based on the time of the initial page hit?
Why does it seem like setting a (much) higher timeout value in web.config seems to have no effect on session duration?
Any ideas?
Paul
Im having a problem where my sessions are timing out even though Im using pages that are seemingly involved in the session constantly during the timeout period. Its as if the session is initiated when a page is first hit but then the session is never extended by subsequent page hits...the session will timeout after a certain time period (seems like 20 minutes even with the timeout set higher in web.config)
Whats the trick to getting the session to be extended by subsequent page hits rather than expiring based on the time of the initial page hit?
Why does it seem like setting a (much) higher timeout value in web.config seems to have no effect on session duration?
Any ideas?
Paul