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
Explain .net mobile automatic paging? : Microsoft dot net mobile
Can you Explain
What is .net mobile input validation. : Microsoft dot net mobile
How do you handle this COM components developed in other programming languages in .NET?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Differences between VS 2005, 2008 and 2010 ?
where should I put this information then?
Can I create my own permission set?
How do I prevent concurrent access to my data?
Explain about microsoft visual studio?
Explain hard disk? : Dot net architecture
Tell me .net mobile emulators? : Microsoft dot net mobile
Explain the purpose of cache? : Dot net architecture
Waht is Dot net Arcitecture
what is polymorphism and advantage ?