just make sure this variable is gone for #1114

This commit is contained in:
Thomas Citharel 2015-05-09 19:17:24 +02:00
parent 8d543d115a
commit 63fd39c326

View file

@ -33,6 +33,9 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
}
}
// session part
if (isset($_SESSION['poche_user'])) {
unset($_SESSION['poche_user']);
}
session_destroy();