Vérifiez si la variable de session existe PHP

if (isset($_SESSION['errors']))
{
    //Do stuff
}
Testy Tuatara