Software Development Network>> SharePoint Products>> Webpart and Session Variable
Hi,
Before you can use sessions you first have to enable the session state module in the web.config file in the sharepoint site. Just uncomment the following line:
<!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> -->
After that you can use the session object like you'll normally do with web applications. Do you have any problems with your debugging process
Grtz,Mart
Webpart and Session Variable
Jehan Badshah
Hi,
Before you can use sessions you first have to enable the session state module in the web.config file in the sharepoint site. Just uncomment the following line:
<!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> -->
After that you can use the session object like you'll normally do with web applications. Do you have any problems with your debugging process
Grtz,
Mart