Login
Remember
Register
Ask a Question
What are the advantages of using session?
0
votes
asked
Sep 19, 2023
in
Dot Net
by
Robin
What are the advantages of using session?
session
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 19, 2023
by
Robin
The advantages of using session are:
A session stores user states and data to all over the application.
It is very easy to implement and we can store any kind of object.
It can store every user data separately.
Session is secure and transparent from user because session object is stored on the server.
...