> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: Re: jk load balancing based upon ip address rather
> than session id
>
> Then at the Tomcat level (whichever instance), you could retrieve this
> cookie and the identifier it contains, and use that as a key to some
> "user session" storage (not in the Tomcat "session object",
> but e.g. in a database common to all Tomcat instances) ?

Yes, that kind of thing can be done, but it adds a good bit of complexity and 
overhead to what is normally just updating a local object.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to