Is it secure to store passwords in cookies?
My web application’s home page has a RememberMe checkbox. If the user checks it, I willl store email-id and password in cookies. This is my code:
My web application’s home page has a RememberMe checkbox. If the user checks it, I willl store email-id and password in cookies. This is my code:
I have implemented remember me option in my asp.net webform by using this,