Creating a Secure PHP Login Script
Creating a Secure PHP Login Script
Quote: In this article Martin explains how to create a secure PHP login script that will allow safe authentication. Features remember-me function using cookies, validates logins on each request to prevent session stealing.
This looks like a bit of handy code to play with….