Archives
-
ASP.NET Core Pitfalls – Session Storage
Previous versions of ASP.NET featured several ways to persist sessions:
-
ASP.NET Core Pitfalls – Redirect to Action Keeps Route Parameters
When you redirect after a POST – following the famous Post-Redirect-Get pattern – but your previous view was constructed using a route parameter, then it will be sent to the redirect action as well.