mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Reverting changes made in [3622] and reopening ticket #1442
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3630 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
91f6adcfab
commit
e2ffad5a65
1 changed files with 1 additions and 1 deletions
|
@ -128,6 +128,7 @@ class CakeSession extends Object{
|
|||
|
||||
$this->__initSession();
|
||||
session_cache_limiter ("must-revalidate");
|
||||
session_start();
|
||||
|
||||
if (!isset($_SESSION)) {
|
||||
$this->__begin();
|
||||
|
@ -241,7 +242,6 @@ class CakeSession extends Object{
|
|||
* @access private
|
||||
*/
|
||||
function __begin() {
|
||||
session_start();
|
||||
header ('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue