Difference between application and session ?

Answer Posted / maneesh upadhyay

the session object is used to maintain the session of each
user. If one user enter in to the application then they get
seesion id if he leaves from the application then the
session id is deleted.If they again enter in to the
application they get different session id.

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 ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the meaning of TestApi?

637


Is asp net front end or backend?

532


How tooltip is set through code-behind in ASP.NET?

577


How do we implement bundling in MVC?

595


What is the Intermittent crashing of application in production?

563






What is the advantage of mvc over asp.net? : Asp.Net MVC

509


What is the use of worker process in asp.net?

531


Explain the asp.net mvc request life cycle? : asp.net mvc

506


What is dynamic web page with example?

528


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

1548


What does mean by a neutral culture?

605


What is http protocol and how it works?

532


Describe the disadvantage of cookies.

599


What are the elements of a website?

522


What is special types forms

541