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
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
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);