Re: Sessions in rc6+ ?
[prev]
[thread]
[next]
[Date index for 2005/05/28]
AH!
I got a little overzealous from using
http://perl.apache.org/docs/2.0/rename.html
This section is a litttle confusing:
Replace the use of
use Apache::SomeCoreModule;
in a script or module by
use Apache2::SomeCoreModule;
Perhaps someone can add to that docs what are core modules, and what
are commonly confused as such?
On May 27, 2005, at 6:13 PM, Perrin Harkins wrote:
> On Fri, 2005-05-27 at 18:08 -0400, jonathan vanasco wrote:
>> Has anyone ported Apache::Session to apache2 yet?
>
> There's no porting to be done. Apache::Session has no hooks to
> mod_perl
> or Apache.
>
> - Perrin
>