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
Describe the Managed Execution Process in .NET?
Explain the five stages in a dlx pipeline? : Dot net architecture
What is a service class?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
Can I create my own permission set?
What is one way operation?
How to improve the cache performance? : .NET Architecture
Explain the race around condition? : .NET Architecture
Explain about validation?
Explain .net mobile automatic paging? : Microsoft dot net mobile
How to prevent my .NET DLL to be decompiled?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
What is .net mobile lists. : Microsoft dot net mobile
What is cookie less session?