PHP check session has started
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
PHP check session has started - Posted on December 25, 2018 12:58 AM by Dimas Lanjaka Kumala Indra PHP Programming PHP PHP >= 5.4.0 , PHP 7 if (session_status() == PHP_SESSION_NONE) {… PHP >= 5.4.0 , PHP 7
if (session_status() == PHP_SESSION_NONE) {
session_start();
}
Reference: http://www.php.net/manual/en/function.session-status.php
For versions of PHP
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.