[PHP-DEV] Bug #10884: Cookies not set From: mad <email protected>
Date: 05/15/01

From: mad <email protected>
Operating system: HPUX 10.20
PHP version: 4.0.5
PHP Bug Type: Variables related
Bug description: Cookies not set

Hellow,

Here's a problem with Cookies Management :

When I define several (eg. 3 ) cookies outside php (eg. in a cgi shell-script), the HTTP_COOKIE variable is set but not HTTP_COOKIE_VARS array in php.

Then when I define another Cookie with SetCookie with php, HTTP_COOKIE contain all Cookies, but HTTP_COOKIE_VARS contains only this Cookie.

An idea ?

-- 
Edit Bug report at: http://bugs.php.net/?id=10884&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>