Re: Session management moudle suggestions?

2000-05-09 Thread Francesc Guasch
Stephen Zander wrote: I've avoided session management like the plague until now (intranets let you get away with that sort of thing :)) but rolling out web-based LDAP is forcing session management upon me. Other than Apache::Session what are my choices? How well do any of these play

RE: Session management moudle suggestions?

2000-05-08 Thread Gerald Richter
I've avoided session management like the plague until now (intranets let you get away with that sort of thing :)) but rolling out web-based LDAP is forcing session management upon me. Other than Apache::Session what are my choices? Build your own... How well do any of these play with

Re: Session management moudle suggestions?

2000-05-08 Thread John Armstrong
We are using HTML::Mason and Apache::Session with great results. Apache::Session::DBI was killing us for some reason but moving it to our network appliance box and Apache::Session:File has really pumped up our performance. When you really start using sessions you can get some cool stuff out

Re: Session management moudle suggestions?

2000-05-08 Thread Paul Lindner
On Mon, May 08, 2000 at 11:41:39AM -0700, Stephen Zander wrote: I've avoided session management like the plague until now (intranets let you get away with that sort of thing :)) but rolling out web-based LDAP is forcing session management upon me. Other than Apache::Session what are my