Frequently Asked Interview Questions

What are the advantages of using session?

Advantages:
  1. Easy to implement.
  2. We can make use of session specific events
  3. Data placed in session-state variables can be preserved through Internet Information Services (IIS) restarts and worker-process restarts without losing session data because the data is stored in another process space. Additionally, session-state data can be persisted across multiple processes, such as in a Web farm or a Web garden.
  4. Cookieless support: Session state works with browsers that do not support HTTP cookies.

Most Visited Pages

Home | Site Index | Contact Us