Вы находитесь на странице: 1из 1

Sessions:

By default, controllers support session state, which can be used to store data
values across requests. Sessions used to store & retrieve data, can be managed to
expire appropriately.
Chapter 12:
Chapter 17: Controller Extensibility
Improving Performance with Specialized Controllers
To improve performance with reduced functionality
I. Use Sessionless Controllers:
II. Use Asynchronous Controllers:

Вам также может понравиться