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:covener@xxxxxxxxx] Sent: Tuesday, August 07, 2007 6:06 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: r->notes among apache modules On 8/7/07, Ravi Prakash <ravi.prakash@xxxxxxxxxxxxxxxx> 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 covener@xxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx