Info
- 3 posts
- 2 voices
- Started 2 years ago by gerikg
- Latest reply from gerikg
- This topic is not resolved
COOKIE_DOMAIN, SITECOOKIEPATH, COOKIEHASH, COOKIEPATH
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
Hi gerikg,
for my installation (1.1 alpha - user integrated) i don't use these cookie-definitions.
Only sync'd these keysdefine('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', ''); -
- Posted 2 years ago #
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.
-
You must log in to post.