>>> Ben Zu <[EMAIL PROTECTED]> 24-May-00 5:49:46 PM >>>

>I used httpsession object in service function of my servlet,
>when user make connection, my servlet save username
>password in the session. and then the user access other pages ,
> my servlet can trace user. but it always mess up when multiuser
> make connection at the same time.

You'll need to post your service() method... what you're doing should
work.


>Seems the httpsession object is Static, but it's NOT!

Well... it could be some synchronization problem but what you're
describing is almost boringly standard and should therefore be ok.



Nic Ferrier

___________________________________________________________________________
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

Reply via email to