Re[2]: [Phplib-users] Max's session class
Brought to you by:
nhruby,
richardarcher
From: Maxim D. <max...@bo...> - 2002-03-13 08:22:09
|
Hello Matt, Tuesday, March 12, 2002, 11:53:34 PM, you wrote: MW> That's Max's stuff, however, the session4_custom.inc requires session4 which MW> is in the phplib4 folder. MW> Maybe these should be merged together? 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. -- Best regards, Maxim Derkachev mailto:max...@bo... System administrator & programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru |