Hi, When a client has a page in his browser that he does not touch for a while and the session expired. after that if he hits an ajax link for example - an exception occurs in the wicket level due to the session expired state.
How can I gracefully handle such a situation assuming that there is no a single "home page" i can transfer the user. This means that the session itself had some information on the specific environment the user was in. I can think of adding some information on the ajax link that will indicate that but again the exception happens at the wicket level and if I am handling the exception not sure how I can retrieve such data. Any good methodology here? Thanks, Arie
