mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
session_cache_limiter() removed, it was set to invalid value as well
Also remove setting P3P header
This commit is contained in:
parent
3a4d173ce2
commit
4a6159c9af
1 changed files with 0 additions and 2 deletions
|
@ -602,9 +602,7 @@ class CakeSession {
|
|||
$_SESSION = array();
|
||||
}
|
||||
} elseif (!isset($_SESSION)) {
|
||||
session_cache_limiter ("must-revalidate");
|
||||
session_start();
|
||||
header ('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');
|
||||
} else {
|
||||
session_start();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue