Session State advantages - State Management System

Q.  What is/are the advantages of Session State?
- Published on 28 Jul 15

a. It helps to maintain user data to all over the application and can store any kind of object.
b. Stores every client data separately.
c. Session is secure and transparent from user.
d. All of the above

ANSWER: All of the above
 

    Discussion

  • Raj Singh   -Posted on 30 Sep 15
    The advantage of session object is as follows.
    • It helps to maintain user data to all over the application and can store any kind of object.
    • Stores every client data separately.
    • Session is secure and transparent from user.
    • It is easy to implement

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)