Query: session_status
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SESSION_STATUS(3) 1 SESSION_STATUS(3) session_status - Returns the current session statusSYNOPSISint session_status (void )DESCRIPTIONsession_status(3) is used to return the current session status.RETURN VALUESo PHP_SESSION_DISABLED if sessions are disabled. o PHP_SESSION_NONE if sessions are enabled, but none exists. o PHP_SESSION_ACTIVE if sessions are enabled, and one exists.SEE ALSOsession_start(3). PHP Documentation Group SESSION_STATUS(3)