ok. Recently, I made a login system for my website. Soon after logging in, I discover that it is logging me in everywhere. As in, when people go to my website, I'm logged in. I took it down immediately and removed the code. I tried re-coding it, but the same thing happened. Is this supposed to be happening, and am I supposed to be using cookies instead? I'm confused, and frustrated!!
Offline
Are you properly using session_start, and $_SESSION['variable'] format?
Offline
jvvg wrote:
If sessions are a problem, then just use cookies. They are much easier.
Actually, the concept is slightly more complicated than just using a session. But I will look into it.
Offline
I can't help without looking at your code.
Offline