Is this bad practice?
if ($_SESSION[\'something\'] == \'\') { echo \'the session is empty\'; }
Is there a way to check if its empty or
you are looking for PHP’s empty() function