At Mon, 18 Mar 2002 15:46:20 -0600, Jim Smith wrote: > > > Will there be a way to specify each of the actions as PHP allows? > > > For example, in a project I have, we use PHP4 sessions, but they are > > > stored in a MySQL table so they can be shared across web machines > > > without worrying about NFS problems. > > > > You're very happy :) > > Then you don't have to play with this module of nightmare. > > I tried to write such a module last year. PHP sessions are a bit of > a nightmare to parse efficiently, afaik. I'm glad someone's gone to > the trouble to try and make a usable and distributable module.
Exactly, it *is* a nightmare. See my dirty duplicated source code! I guess the format is designed to be easily parsed by C, but very difficult by Perl :) -- Tatsuhiko Miyagawa