What is the difference between session state and session
variables ?
Answer Posted / shiva
Session state is used to store session specific information
for a website.
session variable store infomation between http request for
a particular user.
| Is This Answer Correct ? | 17 Yes | 15 No |
Post New Answer View All Answers
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Explain the main function of razor in asp.net? : asp.net mvc
How does ASP.NET framework maps client side events to Server side events.?
What is server infrastructure?
How are sessions stored?
How to find last error which occurred?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How will create assesblies at run time?
Can we have a web application running without web.config file?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
How dataadapter.fill works?
Explain the code Access Security (CAS) in .net Framework?
How is a session stored and maintained in asp.net?
What are the differences between primary foreign and unique keys?
Why is asp.net so popular?