From b9389c9da10c249fcad42b9082956b3d9d7d8893 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 14 Apr 2012 10:50:31 -0400 Subject: [PATCH] Fix comment's reference to version numbers. --- lib/Cake/Model/Datasource/CakeSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }