Re: [PHP-DB] session management
[email protected] (Jason Gerfen)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Here I have a blog I setup but have not finished regarding web application authentication which includes source code and classes you can utilize. Unfortunately I have not been able to finish writing the article due to three jobs and school work. I can however assist you in getting it up and running via this message board. http://wtf-jas.blogspot.com/2010/04/web-application-authentication.html Richard Quadling wrote: > On 22 April 2010 18:56, Vinay Kannan <[email protected]> wrote: > >> 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 >> >> > > https://code.google.com/p/loginsystem-rd/ > > This was developed as an easy "drop-in" secure login facility. > > It may give you some mileage. > > -- Jas