1.3 has the disk store that saves pages to disk. so if you keep session id
in a cookie and reuse it upon login the pages can be retrieved from disk and
thus you have "unlimited" storage. you can wrap that store in your own and
save all session attributes into it not just the pages, that way the session
doesnt really time out.
that wouldn't work
if the session time out the session dir with its pages are removed
else we would have a problem
But ofcourse if you make your own IPageStore impl that doesn't depend on the
sessionid or doesn't invalidate the session
But does it on another key you could make pages as long lived as you want.
I guess outlive session timeouts and so on with no problem
johan
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user