Page 1 of 1

using cookies

Posted: Fri Mar 24, 2006 9:14 pm
by aceconcepts
Hi,

How do i set a cookie so that it expires after a given period?

Also, if a customer adds items to a shopping cart, how do i keep their shopping cart content using cookies?

I hope this makes sense.

Thanks.

Posted: Fri Mar 24, 2006 9:23 pm
by feyd
  1. setcookie()
  2. sessions or storing the item list in the database