Date: 07/30/98
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #600 Updated: return true/false for setcookie() ?"
- Previous message: Bug Database: "[PHP-DEV] Bug #387 Updated: gethostbyname() should return a list"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #600 Updated: return true/false for setcookie() ?"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #600 Updated: return true/false for setcookie() ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
wow! (many thanks rasmus!)
but:
when you cancel on accepting the cookie on a netgravity ad-server, you are
redirected to an arrogant error page ;) how ? (thinking hard...)
you could always test on the next page if the referer is a page that tried
to pass a cookie (and there still is no cookie) but then the record of the
cookie would be created, and the would be no way of knowing what value to
delete (this is getting messy 8)...
(i am subscribing to the list right now)
stein
>ID: 600
>Updated by: rasmus
>Reported By: stein <email protected>
>Status: Closed
>Bug Type: Feature/Change Request
>Assigned To:
>Comments:
>
>Technically impossible. SetCookie() simply sets the cookie in a header
>that gets sent to the browser. There is no way to tell if the browser
>accepted the cookie until the next request from that browser. You will
>have to test for this yourself in a subsequent page.
>
>Full Bug description available at: http://ca.php.net/bugs.php3?id=600
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #600 Updated: return true/false for setcookie() ?"
- Previous message: Bug Database: "[PHP-DEV] Bug #387 Updated: gethostbyname() should return a list"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #600 Updated: return true/false for setcookie() ?"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #600 Updated: return true/false for setcookie() ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

