mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +00:00
Refactor Session Handling (make it more simple & handler are now handler again)
This commit is contained in:
parent
02c40ad1cb
commit
1408908c84
11 changed files with 143 additions and 140 deletions
|
@ -33,7 +33,7 @@ class Logout extends BaseModule
|
|||
}
|
||||
|
||||
Hook::callAll("logging_out");
|
||||
Session::delete();
|
||||
Session::clear();
|
||||
|
||||
if ($visitor_home) {
|
||||
System::externalRedirect($visitor_home);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue