mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding 1.2 fix for Ticket #1442
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3616 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
1842759ed4
commit
0544a063f6
1 changed files with 1 additions and 1 deletions
|
@ -128,9 +128,9 @@ class CakeSession extends Object{
|
|||
|
||||
$this->__initSession();
|
||||
session_cache_limiter ("must-revalidate");
|
||||
session_start();
|
||||
|
||||
if (!isset($_SESSION)) {
|
||||
session_start();
|
||||
$this->__begin();
|
||||
}
|
||||
$this->__checkValid();
|
||||
|
|
Loading…
Add table
Reference in a new issue