How To Start A Session

[Solved] How To Start A Session | Php - Code Explorer | yomemimo.com
Question : how to start a session

Answered by : debugdefrontpage

<?php
session_start(); //starts session
session_unset(); // remove all session variables
session_destroy(); // destroy the session
?>

Source : | Last Update : Thu, 09 Sep 21

Answers related to how to start a session

Code Explorer Popular Question For Php