Re: [PHP] cart in a session

2008-03-10 Thread Bill
>> Is it a good idea to put a cart in a session var since the cart will be >> an >> array ? > >Yes, and it's far more secure than putting the actual data into a > cookie, since that can be changed on the client-side to alter prices > and other data. Thanks -- PHP General Mailing List (

Re: [PHP] cart in a session

2008-03-10 Thread Daniel Brown
On Sat, Mar 8, 2008 at 4:18 PM, Bill <[EMAIL PROTECTED]> wrote: > Hi > > Is it a good idea to put a cart in a session var since the cart will be an > array ? Yes, and it's far more secure than putting the actual data into a cookie, since that can be changed on the client-side to alter prices