session management
[email protected] (Vinay Kannan)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Hey Guys, I need some help on an effficient session management, right now what I do is check if the user has loggedin using his username, and create a SESSION['logged']=1, setting a login flag actually, I am not sure if this is the best way ? What do you guys use for sessions, and which is the best possible way ? Thanks, Vinay