Is there an easy way to share "HttpSession objects"  (or any other
object for that
matter) accross many servlet servers?  The situation is one where we
have a server
cluster, and I would like to be able to create a session on one machine
and have
it available to users hitting on another machine.  I would hate to have
to rely on
one single machine to maintain state.

Can the servlet archtiecture handle this or should I be dealing with
this problem
myself, inside the application?

                                        Thanks,
                                                Greg



-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to