check if session is started in php code example Example: php start session if not started if (session_status() == PHP_SESSION_NONE) { session_start(); }