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
Describe the .net base class library.
How Session outproc in Sqlserver stored?
Define web.config in .net?
Explain http handlers? Where we can use the http handlers?
How does u call and execute a sp in .net?
explain code with datachaching with example
Give an example of cookie abuse.
Describe a Windows Service and its lifecycle ?
How to Separate background image and front image from original picture....
Explain the use of view state?
How can you use a custom controls in ASP.NET application?
Define the term Scavenging in Caching?
Is there any limit for query string? Means what is the maximum size?
What are the event handlers that can be included in the Global.asax file?
Is asp net front end or backend?