Is this J2EE standard feature "sessio.setAttribute()" or is it web logic specific?
--
Peter Pilgrim                 ++44 (0)207-545-9923
                                                      //_\\
"Mathematics is essentially the study of islands of  =======
disparate subjects in a sea of ignorance."           || ! ||
Andrew Wiles _____________


---------------------------------------- Message History 
----------------------------------------


From: "Rick Kotermanski" <[EMAIL PROTECTED]> on 14/12/2001 15:06 EST

--<CUT>--

  - Session objects are only replicated across the cluster when you call
session.setAttribute() - not if you change a bean property or an entry in a
collection. You have to ensure in your actions that setAttribute() is called
whenever the session object changes.

 - - - - - - - - - - - - - - - - - - - - - - - - - -
 Rick Kotermanski
 [EMAIL PROTECTED]
 Summa Technologies
 http://www.summa-tech.com





--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to