Hi Eric ,

Can u suggest some nice technique to achieve , what I am looking for.

It will be appreciated .







-----Original Message-----
From: Eric Covener [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 07, 2007 6:06 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] r->notes among apache modules

On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote:
> I am using r->notes to maintain values of some variables among apache
> modules.
>
..

> I opend the two Browsers and called Handler of Module A first and  then on
> 2nd Brower, I called handler of  Module B.
>
> I got Null printed on 2nd Browser.
>

r->notes is in the request_rec which is scoped to individual requests.
You shouldn't expect to be able to read the data back on an unrelated
request.





-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to