> Derick Rethans wrote:
> > On Fri, 18 Jan 2002, Yasuo Ohgaki wrote:
> >
> >
> >>>Well, as for me, with some checking I did yesterday when I did my first
> >>>post. In the beginning of the script print_r($_SESSION); returns
> >>>nothing, but after settings some values, print_r returns it an
> >>>a
Derick Rethans wrote:
> On Fri, 18 Jan 2002, Yasuo Ohgaki wrote:
>
>
>>>Well, as for me, with some checking I did yesterday when I did my first
>>>post. In the beginning of the script print_r($_SESSION); returns
>>>nothing, but after settings some values, print_r returns it an
>>>associated arra
On Fri, 2002-01-18 at 08:29, Derick Rethans wrote:
> On Fri, 18 Jan 2002, Yasuo Ohgaki wrote:
>
> > > Well, as for me, with some checking I did yesterday when I did my first
> > > post. In the beginning of the script print_r($_SESSION); returns
> > > nothing, but after settings some values, print
On Fri, 18 Jan 2002, Yasuo Ohgaki wrote:
> > Well, as for me, with some checking I did yesterday when I did my first
> > post. In the beginning of the script print_r($_SESSION); returns
> > nothing, but after settings some values, print_r returns it an
> > associated array.
> >
> > Never tested o
Robin Ericsson wrote:
> On Fri, 2002-01-18 at 03:00, Yasuo Ohgaki wrote:
>
>>Robin Ericsson wrote:
>>
SNIP
>> If PS(http_session_vars) or PS(register_globals)
>> is TRUE, data will be saved.
>>
>>So far, I have no idea when/how PS(http_session_vars)
>>became NULL for mm save handler. Now we k
On Fri, 2002-01-18 at 03:00, Yasuo Ohgaki wrote:
> Robin Ericsson wrote:
> > This seems very similar to bug #14880.
> >
> > I use a session handler written in php, which I set with
> > session_set_save_handler().
> >
> > The problem is that my write function never gets called, and data never
> >