Qus:    What are the advantages of using session?
Nov 05, 2020 11:22 DotNet 1 Answers Views: 1347 ALLINO

 



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.

Prev Next
Answers (1)
RITA Nov 06, 2020 08:04
Answer:   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.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect