On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote:

> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php
> but I can't set a cookie. There is no error message or anything, only no
> cookie. Does anyone have an idea what might be wrong?

My guess is that it's register_globals related.

> There's nothing wrong in my code cause it works fine on another server, just
> not on localhost.

Your code is not the only variable when moving from server to server. Check the
PHP version on the other server and also compare your register_globals setting
to theirs.

-- 
Stuart


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

Reply via email to