Difference between application and session ?
Answer Posted / narendra
Application object is used to provide state for the Required Data.
Session object is used to provide state for the Userdata. .we can create session when user login..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the main advantages of using asp.net?
How do cookies work?
How can you identify that the page is post back?
What does aspcompat="true" mean?
Distinguish between Server-side and Client-side code with its functionality?
What are the server controls in asp.net?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
How does output caching work in ASP.NET?
Difference between .NET and previous version?
Where can I get the details on migration of existing projects using various technologies to asp.net?
In which event of the page viewstate is available?
How can you use a custom controls in ASP.NET application?
Define reflection in .net?
What does ascx stand for?
Do session use cookies in asp net?