Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
wicket.protocol.http.servlet.WicketSessionFilter

See it's javadoc for how to use.