In some cases, you might need to access the Wicket session object in other servlets when you are in a servlet environment. For this, you can use the servlet filter:

wicket.protocol.http.servlet.WicketSessionFilter

See its javadoc for how to use.

  • No labels