>       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?

It isn't cookies vs. sessions. 

It's { sessions by cookie vs. sessions by URL } vs building your own
with either cookies or URL.

Sessions can use URLs to store the session ID when the user has cookies
turned off. 

-- 
Joel Rees, programmer, Kansai Systems Group
Altech Corporation (Alpsgiken), Osaka, Japan
http://www.alpsgiken.co.jp


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

Reply via email to