I have a third party script and was wondering how I can check with PHP if session_start() has been declared before doing something?
PHP
session_start()
if(isset($_SESSION)) { // do something }