MySQL sessionState provider adding strange ID to MVC3 url
Tonight I was working on an MVC3 project, which uses an MySQL database. For the admin area I’m using the MySQL membership provider to add users and roles. While clicking through the ASP.NET configuration wizard I have enabled all options for the MySQL membership provider. After I ran the configuration wizard I started my project [...]