bool isSessionExpired()
Returns true when the current session exists but expired according to session.gc_maxlifetime.
Can be used to distinguish between a new session and one that expired due to inactivity.
bool isSessionExpired()
Returns true when the current session exists but expired according to session.gc_maxlifetime.
Can be used to distinguish between a new session and one that expired due to inactivity.
bool | Whether current session expired |
Designed by : w10schools
service@w10schools.com
Please login to continue.