On Sun, Jul 25, 2010 at 2:40 PM, Lukas Kahwe Smith wrote:
> actually it seems calling session_write_close() supposedly fixes the chicken
> and egg issues. see the warning boxes on:
> http://php.net/manual/en/function.session-set-save-handler.php
Yes that works if you use the stock session stuff
On 24.07.2010, at 18:59, Lukas Kahwe Smith wrote:
>
> On 24.07.2010, at 16:37, Jordi Boggiano wrote:
>
>> Heya,
>>
>> I just wanted to raise this issue before it's too late.. currently the
>> Session class relies on __destruct() to trigger the flush to the
>> session storage backend. Now I agr