Basic JavaScript Question: Download JavaScript PDF

What is the difference between SessionState and ViewState?

Tweet Share WhatsApp

Answer:

ViewState is specific to a page in a session. Session state refers to user specific data that can be accessed across all pages in the web application.

Download JavaScript PDF Read All 114 JavaScript Questions
Previous QuestionNext Question
How about 2+5+"8"? What does the EnableViewStateMac setting in an aspx page do?