开发者

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

开发者 https://www.devze.com 2023-01-14 15:11 出处:网络
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 ses开发者_开发知识库sion will doing this also make AppFabric t

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 ses开发者_开发知识库sion will doing this also make AppFabric the storage provider for TempData?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消