I just started programming with testking CISA PHP and MySQL this week and the first
script I wanted to write was a login script. I wanted to include the
popular "Remember Me" feature seen on a cissp questions and answers lot of websites that basically
keeps users logged into the website, even after they've closed the
browser so that the next time they come, they won't have to login again
manually.
I found this tutorial Creating a PHP Login Script JN0-532
to be very helpful in writing this script, in fact, a lot of the code
presented here is very similar to the code presented in that tutorial.
The differences are seen with the new "Remember Me" feature, the use of
cookies in addition to sessions, and with testking N10-004 slight modifications in the
design.