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]