This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Add a cookie based ITempDataProvider #5212
Closed
Description
Using TempData
today requires the manual configuration of session state. It would be great to have a provider available that uses cookies (protected with Data Protection) to round-trip the temp data information so that session state isn't required.
While we likely can't change this to be the default (:cry:) it would be awesome to have it be available.
Temp data is a great solution for showing form success messages after a Post-Redirect-Get cycle and the need to use session state for that today is overkill.