>   Is there a way (PHP code if possible please) to verify 
> if session
> cookies are enabled in the user's browser?

On the *second* request, check if $_COOKIES['PHPSESSID'] is set.

On the initial request, PHP sends the 'PHPSESSID' cookie as part of the
response. The browser then returns that cookie in its next request.

Kirk

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

Reply via email to