Refactor Session Handling (make it more simple & handler are now handler again)

This commit is contained in:
nupplaPhil
2019-12-11 20:30:31 +01:00
parent 02c40ad1cb
commit 1408908c84
11 changed files with 143 additions and 140 deletions

View File

@@ -33,7 +33,7 @@ class Logout extends BaseModule
}
Hook::callAll("logging_out");
Session::delete();
Session::clear();
if ($visitor_home) {
System::externalRedirect($visitor_home);