Thanks Eelco--
For anyone else who is looking, the param in web.xml is
<session-config>
<session-timeout>TIME_IN_MINUTES</session-timeout>
</session-config>
if you set it to <0, it will never expire session, but I assume that
memory will quickly become an issue.
In Tomcat, it looks like there's an optional Store called
org.apache.catalina.session.PersistentManager
that will let you persist sessions to a file ot JDBC database. This might
let you keep sessions around forever. It is not designed for clusters,
however.
WADI (wadi.codehaus.org) may solve this for clusters.
In the meantime, I'll convert a lot of my links to
BookmarkablePageLinks...
Thanks again,
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