what is session . how it is use ?

Answers were Sorted based on User's Feedback



what is session . how it is use ?..

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

what is session . how it is use ?..

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

what is session . how it is use ?..

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

Post New Answer

More ASP.NET Interview Questions

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

3 Answers   Emphasis,


How to implement caching?

2 Answers   Infosys, Microsoft,


What r the page life cycle in asp.net page?

6 Answers  






What is the use of the tag in the web.config file?

0 Answers   MindCracker,


What is state management technique?

0 Answers  


ADO.Net - how to get data from database and bind to the controls -- write this small code

3 Answers   Syntel,


How many ways are there to maintain a state in .net? What is view state?

0 Answers  


List of words of preprocessor in .net?

0 Answers  


Explain Page life cycle

8 Answers   DELL,


Give 2 examples for scenarios when routing is not applied?

0 Answers   NA,


Categories