diff --git a/lib/Cake/Model/Datasource/CakeSession.php b/lib/Cake/Model/Datasource/CakeSession.php index bcae92caad8..ddd73a633b4 100644 --- a/lib/Cake/Model/Datasource/CakeSession.php +++ b/lib/Cake/Model/Datasource/CakeSession.php @@ -602,7 +602,7 @@ protected static function _startSession() { $_SESSION = array(); } } else { - // For IE<8 + // For IE<=8 session_cache_limiter("must-revalidate"); session_start(); }