How is a session stored and maintained in asp.net?



How is a session stored and maintained in asp.net?..

Answer / Jaswant Kumar

In ASP.NET, sessions are stored on the server by default using out-of-process state servers or SQL Server mode, or in-process with the ASP.NET worker process. Sessions can also be stored on the client's machine using cookies or temporary files. The session state is maintained by tracking unique identifiers (SessionID) associated with each user's session.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you do Client-side validation in .Net?

1 Answers  


What is protected configuration?

1 Answers  


What is AppDomain?Explain how it works.

9 Answers   Tech Mahindra,


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


How does Garbage collector(GC) works in .net

14 Answers   Accenture, HCL, Kekran Mekran, People Tech, Wipro,


What is the main difference between hash table and Dictionary?

3 Answers   CSC,


What are validators and list some validators of asp.net?

1 Answers  


Which browsers support the xmlhttprequest object?

1 Answers  


What is custom events?

1 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it possible

3 Answers  


can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


Categories