diff --git a/token.php b/token.php index d9f8be3..9d236a4 100644 --- a/token.php +++ b/token.php @@ -12,10 +12,5 @@ public static function check($token){ } return false; } - - public static function sessionStart(){ - session_set_cookie_params(0,'/','localhost',true,true); - session_start(); - } } ?> \ No newline at end of file