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:
gwoo 2007-10-14 06:32:36 +00:00
parent de89168680
commit c532212234

View file

@ -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.
*/ */