> -----Original Message-----
> From: Adam Sussman [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 24, 2001 1:29 PM
> To: 'Rasoul Hajikhani'
> Cc: [EMAIL PROTECTED]
> Subject: RE: push_handlers
> 
> 
> 
> You should always have access to $r->args so long as you 
> haven't altered it
> in another handler.  If you need to carry post data, you could use
> $r->pnotes
> or else you could cache an Apache::Request object for the 
> duration of the
> request.
> 

no need to do this yourself - use Apache::Request->instance($r) or
Apache::RequestNotes

--Geoff

Reply via email to