Google News
logo
.Net - Interview Questions
Name the advantages of using Session State.
The advantages of Session State include :
 
* Easy to implement
* Stores user states and data across the application
* Ensures data durability
* Works in multi-process configuration, thereby ensuring platform scalability
* Stores session object on the server. Keeping it secure and transparent from the user
Advertisement