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
What is data caching?
What is the use of session state and application state and difference between them?
Where can I get information on cookies in asp.net?
Define repository pattern in mvc.net? : asp.net mvc
Explain what is viewstate?
How does a web application session work?
What is a server farm in iis?
What is s2s tracking?
Explain the use of duration attribute of @outputcache page directive.
What is http only cookie?
List some of the important session state modes of asp.net.
What is content place holder?
Can we store object in viewstate?
How do we implement bundling in MVC?
In which event of the page viewstate is available?