Re: header function odd behavior

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/28/2011 09:10 AM, H Rao wrote:
> Hi,
>
> I am trying to understand odd(different) behavior of the header function
> under two different environments.
>
> Here is the code which I am trying to execute from two different servers
>
> <?
> header ("Set-Cookie: c1=value1;path=/; domain=.domain.com");
> header ("Set-Cookie: c2=value2;path=/; domain=.domain.com");
> ?>
>
> When executed from server1(OS X), both cookies are set in browser, but when
> executed from server2(Linux), only the second cookie is set.
>
> server1 and server2 are running different OS and php version as below. I
> know I could add $replace=false option on the Linux server, but I am trying
> to understand the different behavior of header() function on these two
> servers. Any thoughts?
>
<snip>

I don't have a clear idea about this because I always use setcookie(),
but something tells me that this has something to do with output
buffering and friends.

-- 
Regards,
Nilesh Govindarajan
@nileshgr


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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux