Clear-Site-Data: "*" when logging out
This commit is contained in:
parent
879127d500
commit
66f472f678
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
header('Clear-Site-Data: "*"');
|
||||||
header('Location: ' . PREFIX . '/auth/');
|
header('Location: ' . PREFIX . '/auth/');
|
||||||
exit;
|
exit;
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue