Thanks Steven. I am using a bean to look at the 'login' table in database
to authorize the user or not. By your suggestion, I guess I need to call
the bean per each user request :( am I right?
Mike
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Steven Lewis
Sent: Friday, July 13, 2001 12:44 AM
To: [EMAIL PROTECTED]
Subject: Re: Login implementation
Yes - after a successful login create a user object and add it to the
session
(Note easiest done of cookies are required)
At 12:24 AM 7/14/2001 -0400, mike wrote:
>Hi all:
>
>I need some idea on implementing the login process for a Java web
>application. How can I check the user authorization after the initial
>successful login request, i.e. in second request? Can it be done by adding
>a parameter to the user Session?
>
>Thanks,
>Mike
>
>___________________________________________________________________________
>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
==============================================================
LordJoe - Java Training and Consulting
http://www.LordJoe.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
___________________________________________________________________________
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