what is session . how it is use ?
Answers were Sorted based on User's Feedback
Answer / hitesh chandegara
session variables to share information between the pages of
asp.net web application.
usage
initialization of the state
session["variable name"]=initialization;
get the values from the session
label1.text=session["variable name"].tostring();
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ff
session is special kind of memory for individual users .
best example
if you access any website it's asking username and
password once we provide the creditionals its create session
for each user session has time out of 20 minutes so this
memory maintain by webserver .
session["name"]=value
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / michael jerold
save he date in diffrent page an u can access the data value
from session variable.
to manage the state management in asp.net
Is This Answer Correct ? | 1 Yes | 3 No |
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
0 Answers Sans Pareil IT Services,
9. Why should we hire you over the others waiting to be interviewed?
0 Answers Business One, IBM, Swatz Oils,
Can we Run the Application without Build
How to implement caching?
What r the page life cycle in asp.net page?
What is the use of the tag in the web.config file?
What is state management technique?
ADO.Net - how to get data from database and bind to the controls -- write this small code
How many ways are there to maintain a state in .net? What is view state?
List of words of preprocessor in .net?
Explain Page life cycle
Give 2 examples for scenarios when routing is not applied?