From an applet? There probably is no easy answer... any solution would involve either polling the server from the servlet, or pushing the status out to the servlet... the later should be doable from a SessionListener... record the remote IP when the session is created, and send a ping to it when the session expires. The problem with that though is when NAT and other address translation techniques get involved, there's a good chance it won't work. That's why polling is the more usual solution in situations like this.

Frank

Klotz Jr, Dennis wrote:
Is there an easy way to detect that a session has timed out from within
an applet?

Regards,

-Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to