Skip to content

Commit

Permalink
[UPDATE][#2695] Remove unset class variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSerapher committed Mar 18, 2018
1 parent 79c131d commit 92ef32a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/bootstrap.php
Expand Up @@ -32,7 +32,6 @@
session_set_cookie_params(time()+$config['cookie']['duration'], $config['cookie']['path'], $config['cookie']['domain'], $config['cookie']['secure'], $config['cookie']['httponly']);
$session_start = @session_start();
if (!$session_start) {
$log->log("info", "Forcing session id regeneration, session failed to start [hijack attempt?]");
session_destroy();
session_regenerate_id(true);
session_start();
Expand Down

0 comments on commit 92ef32a

Please sign in to comment.