[PHP] Re: [PHP-QA] Re: [PHP] Quick question regarding $_SESSION and header()

2008-12-11 Thread Ólafur Waage
Whoops, sent the thanks to the wrong list :P

On Thu, Dec 11, 2008 at 7:33 PM, Daniel Brown  wrote:
> (Forwarding back to PHP General for the archives.)
>
> On Thu, Dec 11, 2008 at 14:31, Ólafur Waage  wrote:
>> Its fixed, thanks guys :)
>>
>> On Thu, Dec 11, 2008 at 7:16 PM, Daniel Brown  wrote:
>>> On Thu, Dec 11, 2008 at 14:01, Ólafur Waage  wrote:
 I should be able to set a session var and then do a header redirect
 right? Small bug regarding that and i just need to be sure.
>>>
>>>This isn't a bug in PHP, it's actually in adherance with HTTP
>>> standards (and current browser standards).  Prior to doing a header()
>>> redirect, you have to force the cookie to be written with
>>> session_write_close().
>>>
>>> --
>>> 
>>> http://www.parasane.net/
>>> daniel.br...@parasane.net || danbr...@php.net
>>> 50% Off Hosting! http://www.pilotpig.net/specials.php
>>>
>>
>> --
>> PHP Quality Assurance Mailing List 
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
>
> --
> 
> http://www.parasane.net/
> daniel.br...@parasane.net || danbr...@php.net
> 50% Off Hosting! http://www.pilotpig.net/specials.php
>

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



[PHP] Re: [PHP-QA] Re: [PHP] Quick question regarding $_SESSION and header()

2008-12-11 Thread Daniel Brown
(Forwarding back to PHP General for the archives.)

On Thu, Dec 11, 2008 at 14:31, Ólafur Waage  wrote:
> Its fixed, thanks guys :)
>
> On Thu, Dec 11, 2008 at 7:16 PM, Daniel Brown  wrote:
>> On Thu, Dec 11, 2008 at 14:01, Ólafur Waage  wrote:
>>> I should be able to set a session var and then do a header redirect
>>> right? Small bug regarding that and i just need to be sure.
>>
>>This isn't a bug in PHP, it's actually in adherance with HTTP
>> standards (and current browser standards).  Prior to doing a header()
>> redirect, you have to force the cookie to be written with
>> session_write_close().
>>
>> --
>> 
>> http://www.parasane.net/
>> daniel.br...@parasane.net || danbr...@php.net
>> 50% Off Hosting! http://www.pilotpig.net/specials.php
>>
>
> --
> PHP Quality Assurance Mailing List 
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 

http://www.parasane.net/
daniel.br...@parasane.net || danbr...@php.net
50% Off Hosting! http://www.pilotpig.net/specials.php

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