Re: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread Chris Pizzo
Doh! Thanks that's it! - Original Message - From: "___cliff rayman___" <[EMAIL PROTECTED]> To: "Chris Pizzo" <[EMAIL PROTECTED]> Cc: "Charles" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 5:10 PM Subj

Re: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread darren chamberlain
* Chris Pizzo <[EMAIL PROTECTED]> [2002-07-12 17:02]: > This works but I need to set multiple cookies. Im doing this: > > my $c = new CGI::Cookie(-name => 'SID', -value => 'stuff', -expires > => '+6M'); > my $cc = new CGI::Cookie(-name => 'BUD', -value => > 'Wassup', -expires =>

Re: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread ___cliff rayman___
Chris Pizzo wrote: > > $r->headers_out->set('Set-Cookie',$cc); > $r->headers_out->set('Set-Cookie',$c); should this second one be? $r->headers_out->add('Set-Cookie',$c); i didn't get a chance to try it, but it should be easy to try. > > > $r->cgi_header_out('Location',

Re: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread Chris Pizzo
- Original Message - From: "Charles" <[EMAIL PROTECTED]> To: "Chris Pizzo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 1:51 PM Subject: RE: Weird problem with cookies on Netscape with apache running a virtualhost

RE: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread Charles
L PROTECTED]] Sent: Friday, July 12, 2002 11:29 AM To: [EMAIL PROTECTED] Subject: Weird problem with cookies on Netscape with apache running a virtualhost This might be a little off topic. I recently installed apache 1.3.26 with modperl 1.26. I run a virtual host seconady website. When I try to

Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread Chris Pizzo
This might be a little off topic. I recently installed apache 1.3.26 with modperl 1.26. I run a virtual host seconady website. When I try to retieve or write cookies to a netscape browser from the virtualhost URL it doesn't work. cookies work fine on the main server. cookies work fine on both