Hi perlites, I'm getting my brain twisted here... [FYI: Apache 2.0.51, MP 2.0.1, Linux 2.6.5]
still debugging but it *seems* like $r->pnotes is being preserved between requests (I'm storing a hash ref in it like this: $r->pnotes('cookies',$cookie_hash)
Are there any circumstances where pnotes could be preserved between requests to the same thread? I presume $r is never re-used...
(I know refs themselves will be preserved so I'm only concerned that the values in pnotes itself are being preserved, not the values they refer to)
cheers John