All Posts tagged : "check session status in PHP"

Post image for Get Session Status in PHP 5.4

Get Session Status in PHP 5.4

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 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 [...]