Dave Rolsky wrote:

I'd like to create a wrapper around Apache::Session that would


Well if you write 'a wrapper around Apache::Session', then I think you should call it Apache::Session::Wrapper since that's what you say it is...

automatically create the session based on either a query/POST parameter,
or a cookie (or try both), based on the code in
MasonX::Request::WithApacheSession.


It'd be very nice if it was relatively straightforward to subclass your module. Especially the part which gets the session key. The session key could be from login name in HTTP authentication, could be from some ID embedded in the PATH_INFO. I've even seen http://<session_id>.domainname/ once. Who knows what people might come up with :)

My plan is to basically rip out the guts of that module, release it
separately, and then rewrite the module to use it.


Seems like a very good plan indeed :)

Best Regards,
Jean-Michel.

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