Answers for "php how to check session is started"

PHP
4

check debian version

$ lsb_release -a
Posted by: Guest on May-06-2021
0

php start session if not started

#you could just ignore warnings messages
@session_start();
Posted by: Guest on November-30-2020

Code answers related to "php how to check session is started"

Browse Popular Code Answers by Language