Interview Question
Qus: What are the advantages of using session?
The advantages of using session are:
o A session stores user states and data to all over the application.
o It is very easy to implement and we can store any kind of object.
o It can store every user data separately.
o Session is secure and transparent from user because session object is stored on the server.
Answers (1)
o A session stores user states and data to all over the application.
o It is very easy to implement and we can store any kind of object.
o It can store every user data separately.
o Session is secure and transparent from user because session object is stored on the server.