Let's say that user session is about to expire. Before it expires I want to give an opportunity to a user to prolong his / her session, i.e modal window asking to continue or invalidate session.
How to implement that in wicket 9?
Are there any hooks before a session is about to be invalidated?