in reply to Re: Can't set cookie
in thread Can't set cookie with CGI.pm
Hmm, it is a CGI script running under mod_perl via Apache::Registry (which I did not know at the time). It runs fine from a standrd CGI directory. Because I'm not using a mod_perl handler in the code, I guess I can't call "$r->send_cgi_header($header);" Is this correct?
My understanding - and it may be incorrect - is that the CGI.pm $query->header should send the header (according to this doc anyway) I've tried setting PerlSendHeader On and Off, but to no avail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't set cookie
by ikegami (Patriarch) on Sep 22, 2004 at 05:18 UTC |