Difference between application and session ?
Answer Posted / sangeetha
Both Application and session state are used to store the
data when the postback occurs in the web form.
Session State – Session State information is available to
all pages opened by a user during a single visit.
Application State - Application State information is
available to all pages, regardless of which user requests a
page.
| Is This Answer Correct ? | 41 Yes | 2 No |
Post New Answer View All Answers
How can you access the properties and controls of master pages from content pages?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What are validator? How do you disable them?
Explain about ASP.NET?
What are the different kinds of assemblies?
What's the difference between viewstate and sessionstate?
What is session authentication?
What is the differences between a primary key and a unique key in sql server?
Explain the working of passport authentication.
When you use Ajax controls in the ASP.NET application?
What does aspcompat="true" mean?
What is the life cycle of web page?
What are the parts of an http response?
What is application and session in asp.net?