Skip to content

Commit

Permalink
session_cache_limiter() removed, it was set to invalid value as well
Browse files Browse the repository at this point in the history
Also remove setting P3P header
  • Loading branch information
ceeram committed Mar 23, 2012
1 parent 3a4d173 commit 4a6159c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Model/Datasource/CakeSession.php
Expand Up @@ -602,9 +602,7 @@ protected static function _startSession() {
$_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();
}
Expand Down

0 comments on commit 4a6159c

Please sign in to comment.