FavoriteLoadingAdd to favorites
<?php 
  session_start();
  if (!isset($_SESSION['splash'])) {
    $_SESSION['splash'] = "active";
    echo "Session has been started";
  }else {
    echo "Session is currently active";
    // $_SESSION['splash'] = "active";
  }
?>

Pin It on Pinterest

Share This