Re: Invalidate session on browser close

2017-02-23 Thread Sandor Feher
were unable to reproduce this problem. So my final conclusion that is works out of the box. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Invalidate-session-on-browser-close-tp4677157p4677173.html Sent from the Users forum mailing list archive at Nabble.com

Invalidate session on browser close

2017-02-21 Thread Sandor Feher
Hi, I need for a solution to invalidate session on browser close. I found this behaviour https://github.com/thombergs/wicket-pageexitwarning-example/blob/master/src/main/java/org/wickedsource/pageexit/PageExitLogoutBehavior.java If I add it to my BasePage (all the other pages extend