oh, and yes, the only way to never have timeouts is to use
bookmarkable page links as bookmarkable pages do not use a prior
session (in fact, if you don't have a session yet and you navigate to
a bookmarkable page, a new session is created).

Eelco

On 11/1/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> It your session that timed out. You can configure it as part of web.xml.
>
> Eelco
>
> On 11/1/05, Dan Gould <[EMAIL PROTECTED]> wrote:
> > If I load a wicket page that contains some PageLinks, then I walk away for
> > awhile and then come back and click on one of the links, I get sent to the
> > "Page Expired" page.  (I haven't restarted the server or hit any other 
> > pages in
> > the meantime).
> >
> > I'm probably missing something obvious, but I'm not sure how to avoid this
> > (other than using BookmarkablePageLinks everywhere, but that won't help with
> > forms).  Am I misusing detatchable models somehow?  Is there a way to save
> > state?  Is there a way to change the timeout that I'm missing?  Is it a
> > tomcat issue?
> >
> > Thank you very much (for this and all the help on the list),
> > Dan
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's Geronimo App Server. Download
> > it for free - -and be entered to win a 42" plasma tv or your very own
> > Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to