...I close the browser and restart it it always goes to the splash page.
On splash page I've added the code
<?php
if( !(isset($_COOKIE["splashCookie"])) ) {
setcookie("splashcookie", "visited", time()+(60*60*24*5), "/", "", 0);
}
?>
So the code is wrong somewhere.
Can someone assist?
thanks