509.949.2162 jeremy@bondbyte.com

Session State in SharePoint

I tried using Session state today in a web part I was developing, it failed, the session was always null. I followed the best practices, verified it was enabled in web.config, it wasn’t, so I turned it on. EnableSessionState=”true”.   I tried my...