Whenever I use session variables in webparts in sharepoint the page doesn’t load and i get an error. I was adviced to enable them because they may be disabled. Any clue?
Whenever I use session variables in webparts in sharepoint the page doesn’t load and
Share
By Default the Session State is Disabled in SharePoint. If you look at the Web.Config the you will see that as below.
You can enable it there. Else you can Enable this at the Page Level.