Php Start Session If Not Started

[Solved] Php Start Session If Not Started | Php - Code Explorer | yomemimo.com
Question : php start session if not started

Answered by : -1vajs8k9qntw

if (session_status() == PHP_SESSION_NONE) { session_start();
}

Source : https://stackoverflow.com/questions/6249707/check-if-php-session-has-already-started | Last Update : Mon, 07 Dec 20

Question : php start session if not started

Answered by : -1vajs8k9qntw

#you could just ignore warnings messages
@session_start();

Source : | Last Update : Mon, 07 Dec 20

Answers related to php start session if not started

Code Explorer Popular Question For Php