0
kicks
Using cookies to control return page after login on asp.net mvc 3
Explores an alternative to the default query string based approach to return to the page after login used by the default asp.net mvc 3 template (and asp.net applications that use forms authentication in general).
The alternative deals with register,forgot password pages, as well as tracking the last relevant page visited to redirect back to after login.