Louie Miranda wrote:

> session_start();
http://www.php.net/manual/en/function.session-start.php
> setcookie("cartId", session_id(), time() + ((3600 * 24) * 30));
http://www.php.net/manual/en/function.setcookie.php
> return session_id();
http://www.php.net/manual/en/function.session-id.php
>
> Can someone help me figure out what does the session of this code means?
>

--
Respectfully,
Ligaya Turmelle



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

Reply via email to