Re: [OT-ish] Good name for generic wrapper around Apache::Session?

2004-02-22 Thread Dave Rolsky
On Sun, 22 Feb 2004, Andrew Gaffney wrote: > You forgot a part: > > CGI::WhyHasn'tThisBeenWrittenBySomeoneElseAlready::Dammit::[Session|Wrapper] > > Also, I don't know if apostrophies would work as Perl would think it was a quote. ;) Actually, apostrophes _do_ work. In Perl 4, namespaces were de

Re: [OT-ish] Good name for generic wrapper around Apache::Session?

2004-02-22 Thread Andrew Gaffney
Dave Rolsky wrote: I'd like to create a wrapper around Apache::Session that would 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. My plan is to basically rip out the guts of that module, rel

[OT-ish] Good name for generic wrapper around Apache::Session?

2004-02-22 Thread Dave Rolsky
I'd like to create a wrapper around Apache::Session that would 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. My plan is to basically rip out the guts of that module, release it separately