Matt, I'm not sure I understand your situation, but here's how
I use sessions:
1. at the start of every PHP script, do "session_start();"
2. after session_start(), for every session variable you
want to register, do "session_register("var_name");"
3. from that point forward, to give th
Hello all.
Sorry, I know sessions come up a lot.
I am attempting to use sessions for login tracking. The session starts
fine, sends the cookie fine(login as the session name), registers login as
a session var, then location should switch to index. all my files except
login include() a file calle
2 matches
Mail list logo