How does session work in asp net?



How does session work in asp net?..

Answer / Rahul Datta

In ASP.NET, Session starts when a user requests a page and ends either when the user closes the browser or the Session expires (based on timeout settings). Session state is stored on the server-side and can be used to store user-specific data across multiple page requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Define what is razor? : asp.net mvc

1 Answers  


Is viewstate enabled by default?

1 Answers  


How to manage pagination in a page?

2 Answers  


witch is the best insistute in sharpoint course.what abt future of share point course.

3 Answers  


How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.

3 Answers  


Can you explain the importance of finalize method in .net?

1 Answers  


Explain the namespace classes used in asp.net mvc? : asp.net mvc

1 Answers  


What is the difference between ASP.NET Webforms and ASP.NET MVC?

1 Answers  


What is web.config. How many web.config files can be allowed to use in an application ?

10 Answers   Accenture, BirlaSoft, Infosys, InterGraph, Satyam, Wipro,


What is the use of session?

1 Answers  


What is the maximum amount of memory any single process on windows can address?

1 Answers  


Define ViewState and how can it be used?

6 Answers   Siebel,


Categories