>How can I
> pass the login info between servlets?
You can create a session once the user logs in and store the login info in the 
session. You
can access this info. between servlets from the session.


--- Duke Martin <[EMAIL PROTECTED]> wrote:
> I am working on a servlet that interacts with a database.  The servlet
> requies the user to login and upon request displays the users account info.
> How do I keep track of &/or store who is currently logged in?  How can I
> pass the login info between servlets?
>
> Duke
>
> ___________________________________________________________________________
> 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
>

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___________________________________________________________________________
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