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
What is a Cookie? Where is it used in ASP.NET?
Can we override the enablepartialrendering property of the scriptmanager class?
Are xaml file compiled or built on runtime?
What is application Object?
What is the flow of processing of the request? : asp.net mvc
What is paging in context of Memory?
What is the difference between user control an custom control?
How you will manage the state of ASP.NET controls?
Can you explain one critical mapping? Performance issue which one is better?
They mostly asked difference between versions of technologies
Describe the events in the life cycle of a web application.
Will session work if cookies is disabled?
What are tuples?
What is parse in asp.net?
Explain exception filters?