On 18 Sep 2006 at 7:51, Also Sprach Matt Sergeant:
> On 17 Sep 2006, at 12:26, [EMAIL PROTECTED] wrote:
>
> > When a request comes in the uri params are encrypted so I have to
> > decrypt them and parse them.
> > eg
> > localhost:8000/emap?rose=<encrypted string>
> >
> > Where can I put the parameters? Should I
> > 1) Have a my %hash in the plugin?
> > 2) store a hashref in notes
> > 3) something else?
>
> Define temporary. Do you need it to live throughout the entire request
> (i.e. have another plugin/hook pick up the data) or just temporary to
> one hook?
Well my app is going in the one plugin. The only hook I have (up to
now) is xmlresponse. So I want to share it across methods in the
plugin. But not between plugins.
I presume that %hash for in the plugin and notes if sharing between
plugins?
John
--
Santa Claus wears a Red Suit,
He must be a communist.
And a beard and long hair,
Must be a pacifist.
What's in that pipe that he's smoking?
-- Arlo Guthrie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]