On Tue, 2004-02-24 at 11:53, Chris Ochs wrote:
> The key feature that I cannot find in any session manager is to
> use cookies if they exist, else fall back to using the query string.  This
> is pretty much mandatory for ecommerce sites.

I'd say it's actually somewhat rare in the sites out there now, but most
people will say they want it if you offer it to them.

> I was looking through the
> source for apache::sessionmanager and it looked like you could use one or
> the other, but not both at the same time.  So I ended up using
> apache::session and writing my own wrapper around it to do this.

A patch to SessionManager would be another option.  Then we could all
benefit from it.

> (I avoid using CGI::anything if I can help it).

You're being a little too broad by banning the whole CGI:: namespace. 
There are a lot of good modules in there, and most of them apply equally
well to mod_perl.

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to