Sławek Tuleja wrote:

question: but how to evoke Logoff action when user closes browser?


In general you dont :-) You just wait for the session to expire using a session event listener. However, if the client supports javascript, you can catch the onclose event and perhaps submit an XMLHTTPRequest to the server (if the object is supported), but you cannot actually rely on this.

hth,

Manos

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

Reply via email to