Refactor Session Handling (make it more simple & handler are now handler again)
This commit is contained in:
@@ -33,7 +33,7 @@ class Logout extends BaseModule
|
||||
}
|
||||
|
||||
Hook::callAll("logging_out");
|
||||
Session::delete();
|
||||
Session::clear();
|
||||
|
||||
if ($visitor_home) {
|
||||
System::externalRedirect($visitor_home);
|
||||
|
||||
Reference in New Issue
Block a user