how to check if session exist in server code example Example: check if session variable exists php if (isset($_SESSION['errors'])) { //Do stuff }