View Single Post
  #9 (permalink)  
Old 01-22-2002, 07:26 AM
joenapoleon joenapoleon is offline
Registered User
 
Join Date: Jan 2002
Location: Michigan
Posts: 6
Send a message via AIM to joenapoleon
Lightbulb Additional detail

The JavaScript technique works well except the single browser can not tell if the user has been inactive in the session because the user could have more than one browser window open utilizing the web app. Thus the first window's timer would expire and display an incorrect message. If that first browser window hits the server when the timer expires the server could check if the user has timed out and respond with an appropriate message. The problem I face is when this happens and the user has not timed out I would like the browser to not change at all.

It doesn’t sound like this behavior is possible. I'm I spinning my wheels here?

You have been very helpful and I appreciate your assistance. Can you suggest other sites I can get additionally involved in solving this situation?

Thanks
Reply With Quote