Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have link which is given by the client, every time when i acces the link it asks for authentication(Username,password) in a popup. After i enter UserName,Password it allows me inside the site
During first time login i have checked the "RememberMe" check box, so when accessing it for next time the authentication popup is not shown and i could enter into the site successfully

But the requirement is to store the username, password(With Remember me option) in cookie before accessing the site, so even during first time login i dont want to give my credential to login

I need to do this using jquery(.net)
Any help would be greatly appreciated.

Thanks in advance
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900