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
Why is it preferred to not use finalize for clean up?
Where is asp.net view state stored?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What are the disadvantages of view state?
i want the asp.net technical questions and answeres
How can you handle errors in Web API?
What is scope of an application variable in asp.net?
Differences between “dataset” and “datareader”.
What is localhost in asp.net?
What is %20 in a url?
What are the different types of cookies in asp.net?
Which method is used to enforce garbage collection in .net?
What is the difference between viewstate and hidden field in asp.net?
Describe the Server Control Events of ASP.NET?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?