ソースを参照

feat():授权

geek 4 年 前
コミット
0c90a88115
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      application/index/controller/User.php

+ 2 - 0
application/index/controller/User.php

@@ -31,6 +31,8 @@ class User extends BaseController {
     }
 
     public function clearSession() {
+        var_dump($_SESSION);
         Session::clear();
+        var_dump($_SESSION);
     }
 }