On Tue, Jun 29, 1999 at 12:43:14PM -0400, Jonathan Dick wrote:
> When I make two requests from two different browser instances to the same
> servlet, I often times get the same response in both browsers even though
> the requests contained different information. I then put in some
> System.out.println's and found that the servlet engine I'm using, WebSphere,
> returned the same session ID for both requests. Has anyone else had this
> problem before? Any solutions?
Define "browser instance". If you're just talking about
browser windows, it's possible that each window is probably just a
different window run by the same program -- they share address space
and so share cookies. To see if this is happening, try accessing the
servlet from different client _machines_ and see if you get the same
session.
It's also possible WebSphere bases sessions on client IP, but
I'd doubt that.
--
Robert Crawford [EMAIL PROTECTED]
http://www.iac.net/~crawford
___________________________________________________________________________
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