thank you for your time.

But i want to do all these from session handling. Is there any way to do
that.
Actually what for session handling is used, other than for shopping cart.

-Thanks
srikanth patibanda


-----Original Message-----
From: [David Griffin] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 14, 1999 12:09 AM
To: [EMAIL PROTECTED]
Subject: Re: Educate me in Session Handling.


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

___________________________________________________________________________
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