Is it a problem of missing "synchronized" control when using
non-SingleThreadModel to handle multiple user requests?
If u haven't tried implements SingleThreadModel interface in ur servlet, try
it (a suggestion only), but note that, the servlet model will be changed
also.
----- Original Message -----
From: Mark Foley <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 06, 1999 8:52 AM
Subject: Clients receiving other session's data
> Hi All!
>
> We are seeing a strange problem with WebSphere/IIS returning data
belonging
> to another connection from our servlet. We are getting a PrintWriter
using
> the HttpServletResponse argument to our doGet() method, but sometimes the
> output ends up in the browser of another client making a similar request
(in
> this case selecting a search screen, or retrieving a search result list).
> In these cases the intended recipient receives a blank screen.
>
> Can anybody please help? We are not sure if this is a WebSphere/IIS
> problem, or one seeb in other servlet engines as well.
>
> Thanks,
> Mark Foley
>
>
___________________________________________________________________________
> 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
___________________________________________________________________________
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