[PHP-DEV] Bug #600: return true/false for setcookie() ? From: stein <email protected>
Date: 07/30/98

From: stein <email protected>
Operating system: Linux
PHP version: 3.0 Final Release
PHP Bug Type: Feature/Change Request
Bug description:
the setcookie function does'nt seem to be able to test
on if the user client has cancelled/refused the cookie
or not.

if you try to pass a cookie with each page, and make a
record in a database, the database would swell with one
entry for each refused-cookie-pageveiw.

beeing able to do: "if(setcookie(..." (false if denied),
would solve this. don't know if this is possible protocol-
wise, though...

Stein Evenrud