Are there any methods I can override in Wicket WebSession to make it never
expire?

On Tue, Sep 14, 2010 at 10:25 PM, Martin Makundi <
[email protected]> wrote:

> You can set session timeout per-session:
>
>    ((ServletWebRequest)
>
> request).getHttpServletRequest().getSession().setMaxInactiveInterval(seconds);
>
> **
> Martin
>
> 2010/9/15 Jeremy Thomerson <[email protected]>:
> > On Tue, Sep 14, 2010 at 10:51 PM, Alec Swan <[email protected]> wrote:
> >
> >> Isn't there a way to instruct Wicket not to create a session if the user
> is
> >> not logged in?
> >>
> >
> > a session will always be created.  it won't be bound (and therefore
> stored)
> > if you have all stateless pages - which isn't an easy task
> >
> > --
> > Jeremy Thomerson
> > http://www.wickettraining.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to