> Sessions themselves use cookies, though, right?  So, if you want your app to
> work for those who don't have cookies, you have to pass the session data in
> the url string, at least that's my understanding.

Cookies are used by default. However, if cookies are disabled in a
client, a session identifier will be passed via URL variable unless
session.use_only_cookies is enabled in php.ini.

Brad



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

Reply via email to