The session state should be enabled in the web.config file.
To enable session state:
<add name="Session" type="System.Web.SessionState.SessionStateModule"/>
Note: If this section already exists, verify that it is not in comments.
<pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="false" />
Note: By default, the enableSessionState attribute is set to false. If it is false, change it to true.
| Copyright © 2012 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |