Difference between application and session ?
Answer Posted / santosh
sessions allows information to be stored in one page and accessed in another and it supports any type of object including your own custom data types.
Application state allows you to store global objects that can be accessed by any client.
The coomon thing b/w session and application is both support the same type of objects retain information on the server and uses the same dictionary -based syntax.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is request and response in asp.net?
How can we identify that the Page is Post Back?
What is custom attribute? How to create?
How will create assesblies at run time?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are query strings used for?
Are there resources online with tips on asp to asp.net conversions?
What is asp.net caching?
Is asp.net a programming language or framework?
What is redirecting behavior?
Explain asp.net page life cycle?
What is base class of .net?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Is there any limit for query string? Means what is the maximum size?