Re: [PHP] location headers are crisco to cookie headers?

2002-08-13 Thread Michael Sims
On Tue, 13 Aug 2002 22:14:28 -0500, you wrote: >I had some headers that were working on one server (4.0.6), but isn't >working on my (nearly) fresh install of 4.2.2. Here's the conundrum: >header("Set-Cookie: mid=$mid"); >header("Location: $location"); >exit; >worked just fine. I mo

[PHP] location headers are crisco to cookie headers?

2002-08-13 Thread Scott A Connerly
I had some headers that were working on one server (4.0.6), but isn't working on my (nearly) fresh install of 4.2.2. Here's the conundrum: header("Set-Cookie: mid=$mid"); header("Location: $location"); exit; worked just fine. I moved it over, and now the cookie doesn't take effect.