Skip to content

Instantly share code, notes, and snippets.

@fannyhasbi
Created September 27, 2018 11:22
Show Gist options
  • Save fannyhasbi/463d9b6f38fc19b9c6bddec2e859ae4c to your computer and use it in GitHub Desktop.
Save fannyhasbi/463d9b6f38fc19b9c6bddec2e859ae4c to your computer and use it in GitHub Desktop.
File untuk destroy session
<?php
session_start();
session_destroy();
header('Location: ./index.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment