RE: [PHP-DEV] Session patch for ID created by handler

2002-04-09 Thread MÃ¥rten Gustafsson
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 29, 2002 3:17 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP-DEV] Session patch for ID created by handler > > > So have we discussed this enough, can I just apply it and be

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-29 Thread Stefan Esser
+ 3.14159 Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-29 Thread brad lafountain
--- [EMAIL PROTECTED] wrote: > On Fri, 29 Mar 2002 [EMAIL PROTECTED] wrote: > > > So have we discussed this enough, can I just apply it and be done with it? > > +1 +1 /* Brad */ __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-29 Thread derick
On Fri, 29 Mar 2002 [EMAIL PROTECTED] wrote: > So have we discussed this enough, can I just apply it and be done with it? +1 Derick --- PHP: Scripting the Web - [EMAIL PROTECTED] All your branche

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-25 Thread Derick Rethans
Mark, On Sun, 24 Mar 2002 [EMAIL PROTECTED] wrote: > I am submitting a patch that will enable a session handler to override the > default session id creation routine. Looks ok to me! regards, Derick - PHP: Scripting

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Walter A. Boring IV
> > The patch provides: > > configure option "--enable-app-session", which turns on the new > > functions. > > > > session_get_list() : function which returns an array of > > active > > session ids. > > session_get_data() : function which returns the session data array of a > >

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Ulf Wendel
Walter A. Boring IV wrote: > The patch provides: > configure option "--enable-app-session", which turns on the new > functions. > > session_get_list() : function which returns an array of > active > session ids. > session_get_data() : function which returns the session data arra