Advertisement
wahyu_f14

logout.php

Aug 28th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. include "koneksi/koneksi.php";
  3. session_name("profil");
  4. session_start();
  5.  
  6. unset($_SESSION["profil"]);
  7. session_destroy();
  8.  
  9. header('location:login.php');
  10. exit();
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement