Viewing 1 replies (of 1 total)
  • Jacob Smith

    (@smithjw1)

    Looks like PHP want’s double quotes for defining a constant. try:

    define("COOKIE_DOMAIN", false);
    define("COOKIE_DOMAIN", $_SERVER[ ‘HTTP_HOST’ ] );
Viewing 1 replies (of 1 total)

The topic ‘Cookies for Multiple Sites’ is closed to new replies.