what is session management ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aravindreddy
You can store values that need to be persisted for the
duration of a user's session in session variables. These
variables are unique to each user session and can be
accessed in any ASP.NET page within an application. You can
set and access session information from within an ASP.NET
application.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / devalok
state management is used to preserve the state of a user.
practically,many websites make a survey to know about the
popularity of their site in perticular region by taking
count of user's hit with the help of session object.
Is This Answer Correct ? | 2 Yes | 0 No |
what is page_directive
Explain dma? : Dot net architecture
Explain about validation?
9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call
Explain in-proc,out-proc and sql server.
4 Answers G7 CR Technologies, Ness Technologies,
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
Explain .net mobile input controls? : Microsoft dot net mobile
Explain the types of memory management? : Dot net architecture
.Net Frame work arch?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction
What is the .net class that allows the retrieval of a data element using a unique key?