Skip to content

Commit

Permalink
Update default core.php to include instructions for Session names.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed May 6, 2010
1 parent b079922 commit 99253c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/config/core.php
Expand Up @@ -115,6 +115,12 @@
//Configure::write('Session.database', 'default');
/**
* The name of CakePHP's session cookie.
*
* 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
*/
Configure::write('Session.cookie', 'CAKEPHP');
/**
Expand Down

0 comments on commit 99253c2

Please sign in to comment.