Answer Posted / swathi
It is used to maintain the state of the user across the
webforms present in the web appl.
To support this sessions or cookies are used.
ASP.NET supports cookies based and cookies less sessions.
ASP.NET maintains the session information either at
webserver or it can be maintained SQL Server Database.
By default Session State value is True and if used then
Session info can be used with in that form.If False then
session info or object cannotbe used in that form.
By default Session information is cookie based sessions.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Define the mesi? : Dot net architecture
What is the importance of updatepanel control?
What is the difference between absolute expiration and sliding-time expiration?
What are the types of memory management? : Dot net architecture
what is sessions and cookies take one example simple way to understand
what is diffrent beatween localprinter and networkprinter
Explain difference between state server and sqlserver? : .NET Architecture
how to make and display a form without title bar?
Explain how cache is used? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
How will you do windows authentication and what is the namespace?
What are library functions?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
inprocess vs out process session state : Dot net architecture
What is difference between Desktop, Client Server & Web based applications?