Kaynağa Gözat

feat():授权

geek 4 yıl önce
ebeveyn
işleme
0c90a88115
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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);
     }
 }