I'd like to use sessions, but implement a bit of security. As of v4.3, I have the ability to ini_set an option called session.use_only_cookies that will limit sessions to those situations where cookies are enabled, so SID won't automatically be placed in a URL.
What I'm wondering is, is there a test that will tell me a visitor has blocked cookies, so I can suppress any actions specific to a session? TIA. -Don -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php