Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Cookies, mod_perl and apache request handlers

by mwah (Hermit)
on Sep 25, 2007 at 12:22 UTC ( [id://640914]=note: print w/replies, xml ) Need Help??


in reply to Cookies, mod_perl and apache request handlers

* You did specify a mod_perl1 option

  PerlSendHeader On

on a mod_perl2 environment. The mod_perl2 equivalent would be:

  PerlOptions +ParseHeaders

which does something completely different from your intention
(it's used by cgi-like stuff).

* You probably forgot to *send* the header (not sure about that).

  $r->send_http_header;

in which case the Apache/mod_perl would send its own
(after finding out there is none).

* You probably did something else in the context or apache
config what we don't know ;-)

Regards
mwa

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://640914]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-20 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found