john z wrote:
is it possible to access cookie and other request state info during perltranshandler phase. also, how do i find what methods and objects are available for transhandler. i tried to use lookupmethod and did not come up with a list. (i did search faq and docs but did not spot much)

I suppose you are talking about mod_perl 2.0. The answer is yes for cookies, since Cookie is an HTTP header, which is available started from
http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlPostReadRequestHandler


What methods are you after?

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to