securing cookies in web applicationsCategory: PHP / MySQL

How to Create Totally Secure Cookies

Originally Posted at Carsonified.com

Securing cookies and sessions is vital to keeping an application secure. Many tutorials have been written on the subject, but as the internet (and browsers loading it) evolve so do the methods you can use to keep your application secure.

In this article we’re going to …

[read more]