Hello,
I thank everyone that has responded so far. I am using
multiple iplanet servers connected to a single Oracle db
which will have the users information I was thinking that
HttpSession would do the job since it can use cookies.
here is the situation;
3 web servers
web1 web2 web3 (iplanet mirrors)
and a database
db1
user comes to to the site and logs in at web2.
He gets a session. as he travels through the site
he may go from web2 to web2 or web1 randomly. I want to try to avoid
the user having the user log in as he hits each mirrored web server.
The cookie spec says that you can specify a domain so that if I set a cookie location
at
domain.com, it is usuable at www.domain.com ww2.domain.com commerce.domain.com
as long as the every past the last 2 dots "." matches the domain value.
I guess I could just use the cookie object but then I would lose all the cool
functionlity
of the HttpSession object.
ideas?
Christopher K. St. John wrote:
> Vincent Stoessel wrote:
>
>> does any one know if it is possible to maintain/implement
>> a session across multiple servers?
>>
>
>
> Yes, it's possible. But the level of support is container
> specific, and it sounds like you're going to need to integrate
> with your existing load-balancing solution. You'll need to
> talk to the servlet container vendors. There's a list at:
>
> <URL:http://www.servlets.com/resources/urls/engines.html>
>
> I realize that this isn't all that helpful an answer, but
> this thread seemed to be going downhill. If you post more
> details about exactly which servlet container and load
> balancing solution you're using, there's a chance that
> somebody on the list might have used that exact combination,
> or one of the vendors might pop up to say "we can do that".
> YMMV.
>
>
> -cks
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
--
Vincent Stoessel [EMAIL PROTECTED]
Internet Applications Engineer
IDEV http://www.idev.com
V: 301 495 7345 x129
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html