I've got a login form setup and I needed to store a few pieces of information so that I wouldn't have to query a database every time I need them. What is the best way to store this information in a secure way? I've never worked with Cookies or Sessions.
I'm sure there are other ways out there but I've never had to develop anything using any of these items.
Go to the complete details ...