You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by jonathan vanasco <jv...@mastersofbranding.com> on 2005/05/28 00:08:24 UTC

Sessions in rc6+ ?

Has anyone ported Apache::Session to apache2 yet?

or know how to get that stuff to work?


Re: Sessions in rc6+ ?

Posted by "Jeffrey W. Baker" <jw...@acm.org>.
On Sat, 2005-05-28 at 22:50 -0500, David Nicol wrote:
> > In this specific case, Apache::Session has that name mostly by
> > coincidence.  It could be called Tie::Hash::Persistent or something
> > similar with no loss of accuracy.
> > 
> > - Perrin
> 
> or "DirDB"

Or, quite possibly, Misc::Unmaintained::OldStuff.

-jwb

Re: Sessions in rc6+ ?

Posted by David Nicol <da...@gmail.com>.
> In this specific case, Apache::Session has that name mostly by
> coincidence.  It could be called Tie::Hash::Persistent or something
> similar with no loss of accuracy.
> 
> - Perrin

or "DirDB"

Re: Sessions in rc6+ ?

Posted by Perrin Harkins <pe...@elem.com>.
On Fri, 2005-05-27 at 23:34 -0400, jonathan vanasco wrote:
> Perhaps someone can add to that  docs what are core modules, and what 
> are commonly confused as such?

Done.  I added a definition saying core modules are the ones that ship
in the mod_perl distribution.

In this specific case, Apache::Session has that name mostly by
coincidence.  It could be called Tie::Hash::Persistent or something
similar with no loss of accuracy.

- Perrin


Re: Sessions in rc6+ ?

Posted by jonathan vanasco <jv...@mastersofbranding.com>.
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
>


Re: Sessions in rc6+ ?

Posted by Perrin Harkins <pe...@elem.com>.
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