コード例 #1
0
ファイル: Security.php プロジェクト: papac/framework
 /**
  * Détruie le token
  */
 public static function clearCsrfToken()
 {
     Session::remove('bow.csrf');
     Session::remove('_token');
 }