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
Difference between type constructor and instance constructor?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What is the difference between an application and a program?
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
What is the purpose of Treeview control?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Explain the race around condition? How can it be overcome? : Dot net architecture
What is the .net class that allows the retrieval of a data element using a unique key?
What are the five stages in a dlx pipeline? : Dot net architecture
What is MS chart control in visual studio?
What is .net mobile images control. : Microsoft dot net mobile
Explain some of the disadvantages due to microsoft.net?
How can I write my own .NET host?
Explain the purpose of cache? How is it used? : Dot net architecture
Explain cache? : .NET Architecture