What is Difference between Application object and Session Object
Answer Posted / venkat
sessions are used to store key-value pairs.
sessions are used to identify every user who make request to web application and create the id for every user is called sessionid,sessionid will travel between every request and response using cookie.
Application object also used to store key-value pairs same like sessions.
Application object is used to share by all users,which is common for every user.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Why is xap important?
What is csrf attack in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
Can more than one person use the same login?
Where is the session stored?
What is paging in context of Memory?
What is AutoPostback?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is data binding in asp net?
If we remove web.config or machine.config from the application then, is this application will works?
What r the asp.net list controls and diff. Between them?
What is Forms Authentication in ASP.NET?
Explain what does mvc represent in asp.net? : asp.net mvc