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.
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.