Form-Based Authentication
This method currently only works with form-based authentication. It basically
involves setting cookies to record the following information:
- If the user wants to be remembered.
- The User's login name (username).
- The User's password (encrypted with Base64 encryption).
Slide No: 1