Hi,

Yes, Wicket instantiates pages even when there is no bound session.
Many applications need to run in stateless mode.

Usually the applications use IAuthenticationStrategy to decide whether to
allow the instantiation of a page (by type). The most common check is "if
there is a session => allow, otherwise redirect to the login page".
The login page should be instantiatable even when there is no session.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Dec 19, 2014 at 5:51 PM, Wayne W <waynemailingli...@gmail.com>
wrote:
>
> We have lots of really odd exceptions in our logs in production where
> essentially the session is empty but pages are still being created.
>
> Does wicket do this? and if so how do we handle the situation knowing that
> data in the session is needed to build the page
>
> thanks
>

Reply via email to