Hi all, it's quite frustrating, a simple thing gets complicated. I have a Webapp with login page and logout button. If the user clicks the logout I write a logout timestamp in the database. Now I want to write the same timestamp when the session expires. Only thing I have found on the Web is to use WebApplication.sessionUnbound with Session ID. When this method is called the AuthenticatedWebSession is still dead I think or maybe I cant get the Object. Other thing I found is the method onInvalidate() in the webSession, but this method is never called. (i'm on Wicket 6.1.)
What is the right way to do the trick?? Thanks in advance Dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
