Re: Persisting data across authenticate <-> authorize ?

[prev] [thread] [next] [Date index for 2004/12/10]

From: Perrin Harkins
Subject: Re: Persisting data across authenticate <-> authorize ?
Date: 20:31 on 10 Dec 2004
Hi Tim,

Welcome to mod_perl!

> I would like to cache this information somehow so 
> that the authorization handler doesn't need to perform these operations 
> over.

Put it in $r->pnotes() and it will be available in later phases.

> I am already using IPC::Shareable in the authentication handler 
> and would prefer to not use that mechanism.

I recommend avoiding IPC::Shareable for anything.  Cache::FastMmap is a
lot faster.

- Perrin


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

(message missing)

Re: Persisting data across authenticate <-> authorize ?
Perrin Harkins 20:31 on 10 Dec 2004

Generated at 11:26 on 21 Dec 2004 by mariachi v0.52