Re: Re[2]: [Phplib-users] Max's session class
Brought to you by:
nhruby,
richardarcher
From: Matt W. <li...@ye...> - 2002-03-13 08:48:34
|
On Wednesday 13 March 2002 08:25, Maxim Derkachev wrote: > That's not true. Session4_custom does not require any of the phplib4 > stuff. The session4 class you need is in the session4.inc in > php/session - Ulf & me divided the original session4_custom class in > two to abstract the common session routines and make the custom handler > really 'custom'. Now you can only use session4.inc if you don't want > custom storage, but only standard savehandlers. And you can plug in > session4_custom to have Mysql, etc. storage using CT_* classes. So we have two session4's in the CVS or are they both the same? Because the session4.inc in phplib-4 works with your class Max. I've never looked at the stuff in phplib-4 because I got Max's one working pretty good. If it is the stuff from the CVS session folder, session4.inc should be included in the distro, yes? This goes back to the questions that keep getting getting asked. Which session4 stuff whould we be working on/with. The stuff in phplib-4 or the stuff in session? Seems like we've got people channeling time and effort into two different version of more or less the same thing. matt |