>       based on what you're saying, I gather that if I were to choose to
>use cookies, and if cookies were rejected by the user, PHP will default
>to using sessions?

If you chose to use sessions, and cookies were rejected by the user, then
PHP would append the session ID to each internal link, in order to
preserve the session ID between requests.

If you just used cookies with no supplemental method, and cookies were
rejected by the user, then your method would break.

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html


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

Reply via email to