From be62c1e8b2d99ccb7fe3376d7d540d61a6a49124 Mon Sep 17 00:00:00 2001 From: John Carlo Fababeir Date: Tue, 1 Jun 2021 09:26:22 +0800 Subject: [PATCH] Delete session parameters --- token.php | 5 ----- 1 file changed, 5 deletions(-) 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