What Is The Difference Between ViewState and SessionState?
View State persist the values of controls of certain page in the client (browser) when post back operation done. When user requests another page last page data no longer available. SessionState persist the data of certain user in the server. This data available till user close the browser or session time completes.