The default name for the SessionId cookie in an Asp.Net application is ASP.NET_SessionId, but this can be changed in the web.config, e.g. I wanted to
The Problem I needed to check that any web app that was referencing my class library was giving me a valid controller and action name in
I have recently been creating a class library that many MVC web applications are going to reference, and I wanted those applications to be able