...
Compliant Solution (Session)
- TODO -need to test the CS Dhruv Mohindra
...
This compliant solution implements the "remember me" functionality by storing the username and a secure random string in the cookie. It also maintains state in the session using HttpSession
.
...