Click to See Complete Forum and Search --> : sessions vs cookies


sxrxnrr
06-26-2003, 11:56 PM
I'm doing a school project, it's an online record store where a user can register and buy music something like cdnow... What should I use cookies or sessions?

goa103
07-01-2003, 04:56 AM
Use sessions. Read the user authentication PHPBuilder articles for more info.

JM