Hi everybody:
I have a servlet based application that use the HttpSession API to
save the client state. The first time a user enters in to the system he
has to validate himself (I am not using the webserver authentication
schema, but a simple html form with user and password), this information
is stored in the session api (using cookies), so the next time that the
user access the system he doesn't have to log in again (as long as the
session info has not timeout). This is working fine.
Now I want to write a java API so that an application can access the
same webserver, but the problem is how to keep the session info between
every request in the client side, should I have to parse the server
response with the cookie holding the session info, and then set it for
every request I want to do.... or there's a simpler way to do this..??
I would appreciate any advice, link or comment... Thanks in advance.
andres
___________________________________________________________________________
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