Try creating a serlvet that gets initialized when the server is started. This
serlvet will keep track of all session ID and provides methods for your login
serlvets to query and update.
----- Original Message -----
From: Krishna Kamath <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 05, 2000 4:31 PM
Subject: any suggestions for global session
> Hi,
> I have a problem of session maintenance,I would like to know how
> tomaintain a global sesion object
> which can be accessed by all the requests from many clients(browsers).
> For ex.
> If a user logins into the application from one browser instance i have to
> store
> his id in a session so that the concurrent
> logins from another browser instance or from any other machine should give a
> simultaneous login .....by getting
> the userid from the session.
> we are using
>
> weblogic 5.0 B2
> Servlet 2.2
>
> Thankyou
> Kamath Krishna
>
> ___________________________________________________________________________
> 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