SessionState persist the data of particular user in the server. This data available till user close the browser or session time completes.
View state & Session state are objects which are used for maintaining a state.
.View state maintains a state in a single page.if we go to another page the state will be lossed.
. Session state we can maintain a state as long as browser opened or session time expired.
No comments:
Post a Comment