Answer Posted / 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 |
Post New Answer View All Answers
Define dll hell?
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain the use of dataadapter.
How do u optimize a query in asp.net?
Where is cookie used in asp.net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Does asp.net still recognize the global.asa file?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is the use of web.config file?
What is a 401 redirect?
How dataadapter.fill works?
What are the HTML server controls in ASP.NET?
How will you maintain versioning in asp.net 2.0?
What are the differences between the response.write() and response.output.write()?