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
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is difference between session and cookies in asp net?
Describe how passport authentication works.
Where are session variables stored?
Explain asp.net mvc request life cycle? : asp.net mvc
Is there any property names “isnavigating”?
What is asp.net introduction?
How is mvc different from asp.net? : Asp.Net MVC
calling result set one procedure to anothar procedure in sql2000
How can you make sure that web api returns json data only?
What is the parent class of all web server control?
Can I stream live content/events?
Can the unique key be null?
What is the difference between session.abandon() vs clear()?