Originally posted by saravanan rajendran:
hi, thanks for yr reply HttpSessionListener this method can disable the close window please help me how to use this
it can not disable the close window of browser. but while the session invalidate ,this Listener(one of the method sessionDestroyed() of HttpSessionListener) gets call...there you can do your business logic.
if user directly close your window... assign default <session-invalidate>..so when session get invalidate...the HttpSessionListener gets call .
Hope This Helps
