Will configuring AppFabric to be my ASP.NET Session State Provider also make it the provider for MVC2 TempData?

StackOverflow https://stackoverflow.com/questions/3638954

Question

I am setting up AppFabric to be the Session State Provider for a website we are building in Asp.Net MVC2. Since TempData is stored in the session will doing this also make AppFabric the storage provider for TempData?

Was it helpful?

Solution

Yes. The default implementation of TempData uses whatever the Session backing store happens to be. No extra configuration is required.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top