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 with templating (Embperl, Mason et al)?
 
I'm a very happy user of Apache::Session::DBI that works
very well with HTML::Mason

-- 
 - frankie -



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 templating (Embperl, Mason et al)?


Embperl has build in support for session management via Apache::Session. The
only thing you need to do is to put your data in a special hash and Embperl
does the rest for you.

Gerald

-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:   Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925151
WWW:http://www.ecos.de  Fax:  +49 6133 925152
-




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 of them, we use them for all sorts of read only 
data now, not just users. Using Mason and Apache::Session has really 
increased our speed of development.

John-

At 11:41 AM -0700 5/8/00, 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 with templating (Embperl, Mason et al)?

--
Stephen

"So.. if she weighs the same as a duck.. she's made of wood."  "And
therefore?"  "A witch!"




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 choices?  How well do any of
 these play with templating (Embperl, Mason et al)?

Apache::ASP has very nice session management capabilities.  IMHO The
best feature is the Session_OnEnd handler (you can define code that is
executed when the Session finishes.)  And it's templating is superb.

-- 
Paul Lindner
[EMAIL PROTECTED]
Red Hat Inc.