hrm, i thought the current page is stored in session?

-igor


On 7/13/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

> > I have a question regarding this... I understand that in 1.3, previous
> page states are serialized to the file system and only the current page
> state stays in HttpSession. How would this work in a clustered web
container
> that synchronizes the HttpSession object to other nodes? Do you lose the
> history?
>
> no. think about it - you replicate the current page every request -
which
> means each node can save them to disk also.

Except for the fact that the pages aren't actually set as sessions
attributes to start with...

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to