check how long session has been active php code example
Example: php check session status
session_status();
// Possible results:
// - PHP_SESSION_DISABLED = 0
// - PHP_SESSION_NONE = 1
// - PHP_SESSION_ACTIVE = 2
session_status();
// Possible results:
// - PHP_SESSION_DISABLED = 0
// - PHP_SESSION_NONE = 1
// - PHP_SESSION_ACTIVE = 2