Skip to content

Commit

Permalink
Delete session parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
John Carlo Fababeir committed Jun 1, 2021
1 parent a42f767 commit be62c1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions token.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
?>

0 comments on commit be62c1e

Please sign in to comment.