Hi
The following
UserContainer user = ( UserContainer )session.
getAttribute(
Constant.USER_KEY );
user.setPassCode( "Test" );
session.setAttribute( user );
is what is recommended to enable HttpSession replication in a clustered
environment.
Don't we have to do the same thing when we prepopulate ActionForms ? Set
them back into the session in a clustered environment.
Mohan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]