コード例 #1
0
ファイル: Auth.php プロジェクト: stnc/stnc-framework
 /**
  * çıkış yap
  */
 public function logout()
 {
     \Lib\Session::destroy('loggedin');
     \Lib\Session::destroy('kullanici_bilgileri');
     \Lib\Session::destroy('stncart');
     \Lib\Session::destroy('teslimatZamani');
     \Lib\Session::destroy('sepetStokSorunu');
     \Lib\Url::redirect('uyelik');
 }