$r->content_type clobbering outgoing headers

2000-02-10 Thread Aaron Ross
Hi! I have an access handler that uses $r->headers_out->add to add a set-cookie header: $r->headers_out->add("Set-cookie"=>$sesc); If i try to access this in my ContentHandler, actually HTML::Mason, i find a strange problem: Calling $r->content_type wipes out the header! >From the han

Re: $r->content_type clobbering outgoing headers

2000-02-10 Thread Aaron Ross
; To: <[EMAIL PROTECTED]> > Sent: Thursday, February 10, 2000 10:16 AM > Subject: $r->content_type clobbering outgoing headers > > > > Hi! > > > > I have an access handler that uses $r->headers_out->add to add a > set-cookie > > header: >

Re: $r->content_type clobbering outgoing headers

2000-02-10 Thread Aaron Ross
-- > > Programmer / IS Technician > > http://www.arttoday.com/ > > > > > > - Original Message ----- > > From: Aaron Ross <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, February 10, 2000 10:16 AM >