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
最新推荐文章于 2024-11-07 09:39:08 发布