Difference between application and session ?
Answer Posted / zakeer
Dear All,
Application Scope : is Mintained state for application like
if we have to retrive how many user connect application, how
many are alredy used..etc.
Session : is a globle scope like for one HTTP request we
have pass information form one JSP to another JSP.
if my view is wrong..please correct me .
Thanks.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Explain about consistent programming model in the .NET framework?
Explain what does wsdl stand for?
What are the events that happen when a client requests an asp.net page from iis server?
What is application in asp net?
What is the difference between a page theme and a global theme?
What do you mean by caching in asp.net?
How do we ensure view state has not tampered?
What are server-side comments in ASP.NET?
What is asp.net? How is it different from asp?
What is ipostback?
What is asp.net ajax?
What is repository pattern in mvc.net? : asp.net mvc
What is work flow gen? how can it will work with .Net?
How do you identify that the page is postback?
What is the difference between user control and custom control?