Skip to content
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
@DamianEdwards

Description

@DamianEdwards

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.

@rynowak @sebastienros @danroth27

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions