>> 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 (
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
2 matches
Mail list logo