On Friday, 28. June 2002 21:05, Chris Wenham wrote:
>  When using the following line in httpd.conf or a root .htaccess to invoke
> Jorg Walter's sesion library, the server fails.
>
>  The invoking line is:
>
>  AxAddPlugin Apache::AxKit::Plugin::Session
>
>  The error from the log is:
>
> [AxKit] Running plugin: Apache::AxKit::Plugin::Session
> [error] Can't locate object method "auth_user" via package "Apache"
> (perhaps you forgot to load "Apache"?) at
> /usr/local/lib/perl5/site_perl/5.6.1/Apache/AxKit/Plugin/Session.pm line
> 710.

Interesting error message, since it says it fails to find standard mod_perl 
routines...

>  Incidentally, invoking Plugin::Session with the "PerlModule" method works

... but it is not a version problem. Perhaps someone on the list with a bit 
more mod_perl karma can assist me?

> fine, but according to the documentation that puts it into URL-based
> session tracking, which I don't want.

You should definitely consider using URL sessions, as they are implemented 
rather smart: URL session ID's are used only as a fallback mechanism, cookies 
are always tried first. You get nice cookie usage in the default case, and 
for those customers of you who don't want them (after all, the customer is 
king), your site still works.

-- 
CU
        Joerg

PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E  7779 CDDC 41A4 4C48 6F94


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to