Hi guys
I'm using asp membership for user authentication and it works perfect. I want to store username into cookies once the user logs in, i tried to implement cookies behind the login control so that when the user logs in the username can be stored into cookies.
Once i implement the cookies behind the login control, the application cant log in anymore, it prompts log in fail message. I just need help on how can i implement this cookies in such a way the log in process cannot be affected.
Any help will be highly appreciated.