Click to See Complete Forum and Search --> : Session Timeout


jux82
01-16-2003, 10:49 PM
Hi,

Is it true that even if I keep refreshing a page, it will not affect the session timeout?

Currently I have 2 pages that refresh every 5 seconds
one is using frame (frame.html) and another not (noFrame.html)
The 2 pages is running concurrently

Will the session always alive in the frame page?
How about the session in the one without frame?

Thanks!

vishu_gupt
01-17-2003, 01:07 AM
HI,
Session timeout occurs only if there is no activity from client side on server with in the time specified for a session time out. If you will keep refresh the page every few mins (1 or 2 or what ever you feel ok) and that page is coming from server (Not from your cache) then that session will be active.