|
|
Session State
<sessionState mode="InProc | SQLServer | StateServer | Custom | Off"> </sessionState >
In Page level also we can set the session behaviour, if the session value iis
not getting set we can set the property readonly, thus we can improve the
application performance by setting value true | false | readonly .
EnableSessionState="ReadOnly"
|
|