Browse Source

sessions aren't actually being destroyed

development
mauirixxx 8 years ago
parent
commit
68fe8c41cd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      gw-logout.php

+ 1
- 0
gw-logout.php View File

@@ -1,4 +1,5 @@
<?php
session_start();
if (isset($_POST['logout'])){
session_unset();
session_destroy();


Loading…
Cancel
Save