Advertisement
Geicy

Untitled

Jul 8th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. // Encerrando a sessão
  3. session_start();
  4. session_unset();
  5. session_destroy();
  6. header('Location: index.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement