> My general constraints are:
> 
> 1) Cookieless session options; I would like to support cookieless sessions,
> using URL args and/or pathinfo to carry the session IDs. Looking at both the
> systems, this is a manual process (unlike Apache::ASP options). Am I
> mistaken ? Is there an underlying transparent mechanism in either session
> manager (or a wrapper) ?

What do you need sessions for?


> 2) The data required per session will be the typical user authentication /
> preferences stuff. Perhaps some additional menu-choices etc. Not much by
> volume, and not a whole lot of commerce stuff.

Authentication can be done using HTTP authentication without using
cookies or URI session tracking (which is, frankly, very ugly).


Cheers,
-- 
Building a better web - http://www.mkdoc.com/
---------------------------------------------
Jean-Michel Hiver
[EMAIL PROTECTED]  - +44 (0)114 255 8097
Homepage: http://www.webmatrix.net/

-- 
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