Forum Moderators: DixonJones
I'd like to create a membership for one of my hobby sites. I would appreciate some insight on the best way to go about it. My php/sql skills have gotten alot better, so I should be able to hash it out once I decide on a structure.
Should I use:
I like the idea of using cookies to avoid users having to log in every visit. What do you think?
Sessions can be used if you want to log out the user if it haven't been active for a certain amount of minutes, but i don't think that's necessary in your case (Banks etc use this)