Well, since my entire project is basically PHP I'd like to handle sessions in PHP as well.
What would be the best way to handle a login session in PHP? I want to keep track of users, and make sure that after a timeout of (x) they are logged out, and kill the session if they are logged out.
I haven't done much research yet, I figured I would pose the question to my peers to get a few suggestions of the best method before researching.
Thanks in advance.
- "Delightfully confusing..." raves The New York Times
-kas
What would be the best way to handle a login session in PHP? I want to keep track of users, and make sure that after a timeout of (x) they are logged out, and kill the session if they are logged out.
I haven't done much research yet, I figured I would pose the question to my peers to get a few suggestions of the best method before researching.
Thanks in advance.
- "Delightfully confusing..." raves The New York Times
-kas