0 votes
in Dot Net by
What are the advantages of using session?

1 Answer

0 votes
by

The advantages of using session are:

  1. A session stores user states and data to all over the application.
  2. It is very easy to implement and we can store any kind of object.
  3. It can store every user data separately.
  4. Session is secure and transparent from user because session object is stored on the server.

Related questions

0 votes
asked Apr 11, 2023 in Servlet by john ganales
0 votes
asked Sep 19, 2023 in Dot Net by Robin
...