Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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 its javadoc for how to use.