Facebook
From Denim Bee, 4 Years ago, written in Plain Text.
This paste is a reply to slq kodu from Abrupt Hog - view diff
Embed
Download Paste or View Raw
Hits: 258
  1. <?php
  2. // Initialize the session
  3. session_start();
  4.  
  5. // Unset all of the session variables
  6. $_SESSION = array();
  7.  
  8. // Destroy the session.
  9. session_destroy();
  10.  
  11. // Redirect to login page
  12. header("location: login.php");
  13. exit;
  14. ?>

Replies to Re: slq kodu rss

Title Name Language When
Re: Re: slq kodu Innocent Meerkat text 4 Years ago.