Skip to content

Commit

Permalink
Fix comment's reference to version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 14, 2012
1 parent 5bb8c3a commit b9389c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/CakeSession.php
Expand Up @@ -602,7 +602,7 @@ protected static function _startSession() {
$_SESSION = array();
}
} else {
// For IE<8
// For IE<=8
session_cache_limiter("must-revalidate");
session_start();
}
Expand Down

0 comments on commit b9389c9

Please sign in to comment.