Hi Guy and All,
We found our problem (Thanks to all who replied) and it was as follows:
We were saving our response argument/object in a class variable for use by
subclasses of the base servlet class, but this reference was being
overwritten by subsequent calls to the servlet. We got around this by
storing the response object in a Hashtable and retrieving the object using
the session object.
Regards
Mark Foley
> -----Original Message-----
> From: Guy Nirpaz [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, 7 November 1999 8:15
> To: [EMAIL PROTECTED]
> Subject: Re: Clients receiving other session's data
>
> Hi Mark,
> I'm using Domino as the Http server and Websphere and I get the same
> problem in
> some cases.
> I'm guessing that something gets mixed up in Websphere session management,
> but
> I'm not sure.
> Please let me know ( or anyone else ) if you solve this.
> Thanks in advance
> Guy
>
> Mark Foley wrote:
>
> > 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 << File: Card
> for Guy Nirpaz >>
___________________________________________________________________________
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