Sessions was working fine, I tried to set it up so it wouldn't use cookies only files on the server.
Yeah.. Didn't work.
I set it up to die() so I could see what exactly was happening.
Notice: Undefined index: active in user.htm on line 60
It goes from Index.htm > login.htm > user.htm.
Passes login.htm only if all checks are clear.
It seems to be setting the session_id but nothing in the session..
Also I have noticed that it creates a new session_id and file EVERY time session_start is called.
I set it up to use cookies and yet for some reason it still doesn't work.
I put up a test.htm to see somethings I see that the session is being started. I echoed session_id() it gave a valid sid.
I set a test var it and set it to echo. Worked all fine. But. I did notice that all of the session data seems to be erased when you move to a new page. Like it was a regular variable.