in reply to Re^3: Removing dot before cookie host/domain URL
in thread Removing dot before cookie host/domain URL

Hi, I have CGI v3.55 installed.

I fired up IE and checked the code/cookie there. It seems that the problem with the dot does not occur with IE but with Mozilla based browsers. However, I still can't get a cookie without a dot before the URL in a Mozilla browser.
  • Comment on Re^4: Removing dot before cookie host/domain URL

Replies are listed 'Best First'.
Re^5: Removing dot before cookie host/domain URL
by Anonymous Monk on Jun 25, 2011 at 01:11 UTC
    There is no problem. You're very confused.
    perl -MCGI -le "print CGI->new->cookie( qw[ -domain example.com -name +key -value val -path / ] )" key=val; domain=example.com; path=/
      You're very confused.
      Yes I am. I'm giving up and going to try and find another way to overwrite the cookie.