Notifying client before timeout

  • Thread starter Thread starter Steve Caliendo
  • Start date Start date
S

Steve Caliendo

Hi,

Does anyone have a good way to notify the client before the session times
out?

Thanks,

Steve
 
Best you could do would be a clientside timer (meta tag) or javascript
setTimeout(). Basically thought if you call anything that hits the server
again it restarts the timeout, so it's one of those things you can't know
happened till it happened
 
Back
Top