Skip to:
Content
Pages
Categories
Search
Top
Bottom

COOKIE_DOMAIN, SITECOOKIEPATH, COOKIEHASH, COOKIEPATH


  • gerikg
    Member

    @gerikg

    Does adding:

    define( 'COOKIEHASH', '9999999999999999999999' );
    define( 'COOKIE_DOMAIN', '.website.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    to bb-config.php do anything or it’s just dead weight?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Markus Pezold
    Participant

    @markus-pezold

    Hi gerikg,

    for my installation (1.1 alpha – user integrated) i don’t use these cookie-definitions.

    Only sync’d these keys

    define(‘BB_AUTH_KEY’, ”);

    define(‘BB_SECURE_AUTH_KEY’, ”);

    define(‘BB_LOGGED_IN_KEY’, ”);

    define(‘BB_NONCE_KEY’, ”);

    define(‘BB_AUTH_SALT’, ”);

    define(‘BB_LOGGED_IN_SALT’, ”);

    Greetz

    Markus

    define(‘BB_SECURE_AUTH_SALT’, ”);


    gerikg
    Member

    @gerikg

    So they contradict each other? I’m trying to figure out the integrations problems everyone is having. And being a php illiterate it’s kind of hard.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar