View Single Post
  #3 (permalink)  
Old 01-15-2002, 09:05 PM
joenapoleon joenapoleon is offline
Registered User
 
Join Date: Jan 2002
Location: Michigan
Posts: 6
Send a message via AIM to joenapoleon
Question More Details

They are just HTML. There all part of a single session that I want to time so I can cancel the session if they are inactive for more that 30 min. The rub is there can be multiple window open for the logical session. Any click in the session always goes through my server so I can reset the inactivity timer. I'm trying to warn the user when time has expired. So I have to get each of the windows to refresh so the server can check the timer and respond with an appropriate message or do nothing. I have everything working except the situation where I'm working in a secondary window and the primary window refreshes to check the server. If the inactivity timer has not reached the 30 min limit. I have nothing to respond back to the user. However the page (due to the refresh) has now positioned itself back to the top. This is very annoying and provide a confusing user experience. Can you suggest an alternative technique?
Thanks
Joe
Reply With Quote