Answers for "how to check session is enable or not"

PHP
2

install shutil

pip install pytest-shutil
Posted by: Guest on February-04-2021
0

php start session if not started

if (session_status() == PHP_SESSION_NONE) {
    session_start();
}
Posted by: Guest on November-30-2020

Code answers related to "how to check session is enable or not"

Browse Popular Code Answers by Language