RE: Weird problem with redirect

2000-05-26 Thread Biggs, Jody
Unless you specify an absolute URL for the Location header, Apache will do an internal redirect (i.e., it won't send a redirect to the browser, it will just recognize that you're trying to redirect them, and just transfer the request to the new page). so do: print "$mycookie\n"; print "Location:

Re: Weird problem with redirect

2000-05-26 Thread Vijay
Hi, This solved my problem. Thanks everyone for your help. Vijay - Original Message - From: "Biggs, Jody" <[EMAIL PROTECTED]> To: "'Vijay'" <[EMAIL PROTECTED]> Cc: "Modperl Mailing List (E-mail)" <[EMAIL PROTECTED]> Sent: Fr