I am working on Asp.net MVC with Razor view engine with C#. I have a login form and on login I create a Cookie for userid, and on logout I remove this cookie evrything works fine yet. but the problem starts when I Login again it still shows the value of Previous Login's userid.I am working on Asp.net MVC with Razor view eng