PDA

View Full Version : Refresh and Session.Timeout work together?


simplyblue
09-12-2002, 08:40 AM
Hi,
Does my Session.Timeout still work if I refresh the page every 3 mins?
If not, are there any solutions?
Thanks!

glenngv
09-12-2002, 09:21 AM
session timeout expires for 20 mins idle time by default. so it will not timeout if you reload the page every 3 mins unless the server session timeout is set at less than 3 mins or you have a code that sets the timeout to less than 3 mins

simplyblue
09-12-2002, 09:58 AM
Guess i'll just do without the auto-refresh thingy...
thanks!