You could achieve all this with a database.

First time, force a login and registration.  Create a db record for each
user.

>From then on,  just a login and update the database record.

Subsequent logins could be automated by use of cookies.

You could do the whole thing with cookies, of course, but that's pretty
risky as they are not guaranteed durable.

___________________________________________________________________________
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