Php Check Session Status

[Solved] Php Check Session Status | Php - Code Explorer | yomemimo.com
Question : php check session status

Answered by : dominik-lehmuth

session_status();
// Possible results:
// - PHP_SESSION_DISABLED = 0
// - PHP_SESSION_NONE = 1
// - PHP_SESSION_ACTIVE = 2

Source : | Last Update : Tue, 14 Jul 20

Answers related to php check session status

Code Explorer Popular Question For Php