Forums

Join
bbPress Support ForumsTroubleshootingCOOKIE_DOMAIN, SITECOOKIEPATH, COOKIEHASH, COOKIEPATH

Info

Tags

COOKIE_DOMAIN, SITECOOKIEPATH, COOKIEHASH, COOKIEPATH

  1. 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?

  2. 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', '');

  3. 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.

  4. You must log in to post.