diff --git a/app/config/core.php b/app/config/core.php index 2a9c640f5..5a27d0b38 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -161,9 +161,8 @@ * * Note the guidelines for Session names states: "The session name references * the session id in cookies and URLs. It should contain only alphanumeric - * characters; it should be short and descriptive (i.e. for users with enabled - * cookie warnings). " - * @link http://au.php.net/session_name + * characters." + * @link http://php.net/session_name */ Configure::write('Session.cookie', 'CAKEPHP');