mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
changing core session string back to original
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5754 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
de89168680
commit
c532212234
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
/**
|
/**
|
||||||
* A random string used in session management.
|
* A random string used in session management.
|
||||||
*/
|
*/
|
||||||
define('CAKE_SESSION_STRING', '0qyJfIxDYhG93bfs2guVoUubWwvniR2G0FgaC9mi');
|
define('CAKE_SESSION_STRING', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
|
||||||
/**
|
/**
|
||||||
* The name of CakePHP's session cookie.
|
* The name of CakePHP's session cookie.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue