At 11.05 29/12/99 -0500, you wrote:
>Hi
>
>I want to know is there any way where the application instead of enquiring
>login information , the application itself should know who the user is .
>
>My client don't want all the time giving login and password.
>
>so i want to know the userid without asking the user "the user id".
>
>thanx in advance.
>
>sharat
>
Requiring client certification and reading client certificate features
(user_id, serial number,ect) could be a solution.
Another is to check for a cookie containing the id as the user connects.
Ask for id user if you don't find it (login page as response) and store a
cookie with idt
You can so avoid to log in again next times until the cookie will expire.
Andrea
>___________________________________________________________________________
>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