Differences between session state and Application state?
Answer Posted / vino
Session state and Application state both are support the
same type of objects and maintain information on the server.
Session state:
- The session object is used to maintain the session of each
user. A user gets a session id when he enters in to an
application. This Id will delete when he leave from that
application. If he enters again he will get a different
session Id.
- Session allows information to be stored in one page and
access in another page and support any type of object.
Application state:
- But the application object, the Id is maintained for whole
application.
- Application state allows storing global objects that can
be accessed by any client.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
How does session work in asp net?
What is full form of asp.net?
What is data control in asp.net?
What is rending process in ASP.NET?
Explain Features in ASP.NET
What does the orientation property do in a menu control?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Describe a Windows Service and its lifecycle ?
Explain exception filters?
What are validator? Name the validation controls in asp.net? How do you disable them?
How many types of state management are there in asp net?
Describe paging in asp.net?
How long the items in ViewState exists?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Is redux flux?