@@ -2,6 +2,7 @@
<?php
session_destroy();
+header('Clear-Site-Data: "*"');
header('Location: ' . PREFIX . '/auth/');
exit;
?>