I\'m using the default login module in ASP.NET MVC 4. I did not change any code in the default application and i hosted it on a shared server.
After i logged in usin
For me, this was caused by submitting a form using a button tag. Changing this to an input submit tag resolves the issue.