Advertisement
mvsp

Aula 41 - logout.php

Jul 6th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 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