Skip to content

Commit

Permalink
Fixing PHP link for Session information in core.php and removing unne…
Browse files Browse the repository at this point in the history
…cessary quotation.
  • Loading branch information
predominant committed May 6, 2010
1 parent a8a3189 commit fd7c1d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/config/core.php
Expand Up @@ -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');

Expand Down

0 comments on commit fd7c1d4

Please sign in to comment.