>From what you say, it seems that the data is getting mixed between
different concurrent sessions. Have you declared any class level
variables ?? These variables are shared across requests (refer Servlet
Life Cycle). If you are populating some variables using session data,
those should be declared in the specific method and not at class level.
Hope that helps.
-san.
> > Hi all !
> > When I tested my servlet with session tracking from several computers
> at the
> > same time I got following:
> > Sometimes the html page generated partly from one session and partly
> from
> > another. I got mixed html page.
> > It seems the thread was broken and html generated by another thread.
___________________________________________________________________________
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