Explorar o código

Clear-Site-Data: "*" when logging out

Miraty %!s(int64=4) %!d(string=hai) anos
pai
achega
66f472f678
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      auth/logout.php

+ 1 - 0
auth/logout.php

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