mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 08:58:25 +00:00
Fixing PHP link for Session information in core.php and removing unnecessary quotation.
This commit is contained in:
parent
a8a3189989
commit
fd7c1d4f7f
1 changed files with 2 additions and 3 deletions
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue