i am using firefox 3.63 with asp.net mvc2 in vs 2010.the thing is that in my application's userlogin form the username and password by which i login. i had the browser's remeberme save my username and password.
but the thing is that the same username and password is coming at the time of creating user(different form) with username and password field auto populated(it had to be blank but it is not). i checked in firebug it had the value="". how can i solve this issue?