瀏覽代碼

sessions aren't actually being destroyed

development
mauirixxx 8 年之前
父節點
當前提交
68fe8c41cd
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      gw-logout.php

+ 1
- 0
gw-logout.php 查看文件

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


Loading…
取消
儲存