mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 08:58:25 +00:00
Update default core.php to include instructions for Session names.
This commit is contained in:
parent
5ea4f027db
commit
a8a3189989
1 changed files with 6 additions and 0 deletions
|
@ -158,6 +158,12 @@
|
|||
|
||||
/**
|
||||
* 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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue