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
How many types of triggers are there in update panel?
Which browsers support the xmlhttprequest object?
What are the difference between function and stored procedure in .net programming language?
Define session in asp.net.
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is strong-typing versus weak-typing?
What is a uri query?
Explain the difference between array and linkedlist?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is csrf attack in asp.net?
What is the difference between the response.write() and response.output.write() methods?
If we remove web.config or machine.config from the application then, is this application will works?
What language is asp.net written in?
What is the difference between Hash table and Array list?