Skip to content

Commit

Permalink
And this one is removed in PHP 7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Jan 12, 2019
1 parent 8e2a982 commit 79e71d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/classes/Session.php
Expand Up @@ -168,9 +168,6 @@ public static function setUp(Config $config, ErrorHandler $errorHandler)
// delete session/cookies when browser is closed
ini_set('session.cookie_lifetime', '0');

// use more secure session ids
ini_set('session.hash_function', '1');

// some pages (e.g. stylesheet) may be cached on clients, but not in shared
// proxy servers
session_cache_limiter('private');
Expand Down

0 comments on commit 79e71d3

Please sign in to comment.