Comet and [Session] TimeOut
- by Amitd
hi guys,
Just Wondering how [session] timeouts are(or can be) implemented when using Comet?
I'm using Long polling Comet solution and want to implement a kind of Timeout feature.
Example :
If the user is on a comet enabled page and doesn't respond to server events/notification for a period of time say 10 mins then invalidate his session and remove his request from server and redirect the user to a timeout page?
Will this require Javascript XHR requests to check for a timeout explictly?
Using ASP.NET 3.5 / C#
Thanks