796 shaares
1 result
tagged
Session
Up to PHP 5.3 we do not have any proper/core function which checks the status of the session.
Here status means, We have called the session_start() function but we wants to make sure that really session is started or not. So this status check function is not available upto PHP 5.3.
So up to PHP 5.3 if we want to check the status of the Session then we have to use below code.
Here status means, We have called the session_start() function but we wants to make sure that really session is started or not. So this status check function is not available upto PHP 5.3.
So up to PHP 5.3 if we want to check the status of the Session then we have to use below code.