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
and other data.

-- 
</Dan>

Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to