Fixing PHP link for Session information in core.php and removing unnecessary quotation.

This commit is contained in:
predominant 2010-05-06 23:43:54 +10:00
parent a8a3189989
commit fd7c1d4f7f

View file

@ -161,9 +161,8 @@
* *
* Note the guidelines for Session names states: "The session name references * Note the guidelines for Session names states: "The session name references
* the session id in cookies and URLs. It should contain only alphanumeric * 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 * characters."
* cookie warnings). " * @link http://php.net/session_name
* @link http://au.php.net/session_name
*/ */
Configure::write('Session.cookie', 'CAKEPHP'); Configure::write('Session.cookie', 'CAKEPHP');