Re: [PHP-DEV] Re: session problems with own session handler in php..

2002-01-18 Thread Robin Ericsson
> 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

Re: [PHP-DEV] Re: session problems with own session handler in php..

2002-01-17 Thread Yasuo Ohgaki
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

Re: [PHP-DEV] Re: session problems with own session handler in php..

2002-01-17 Thread Robin Ericsson
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

Re: [PHP-DEV] Re: session problems with own session handler in php..

2002-01-17 Thread Derick Rethans
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

Re: [PHP-DEV] Re: session problems with own session handler in php..

2002-01-17 Thread Yasuo Ohgaki
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

Re: [PHP-DEV] Re: session problems with own session handler in php..

2002-01-17 Thread Robin Ericsson
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 > >