Okay reason being is the has the url of site.com/login
So to do a cookie test I would need to have a script looking into the folder
BUT
When i'm in the login folder and I do a script echo $_COOKIE["RLNZ"]; is works,
if i'm on my main page to a
require("login/echocode.php");
It does not find the cookie.
How can I fix this?
What I'm trying to do is find a cookie and if it's set then log a user in starting a session with session_start();
I thought i would only need one cookie for when they logged in.... would this be right???