In ASP.net MVC, TempData used to transfer data across action, but in a distributed system it may not works, cause it is based on SessionState defaultly, in a distributed system the SessionState is hard to maintain.
TempData may not works under distributed system
最新推荐文章于 2025-09-09 22:16:10 发布
