My SharePoint Blog

Blogs On SharePoint Technologies


Search Site


My SharePoint Blog recommends any of the following books...


Recent comments

Tags

Don't show

    Categories


    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2008

    SharePoint SessionState Issues

    Say you want to run a 3rd party .NET app in a virtual direcotory outside of your SharePoint sites (or inside), you will need the following in the web.config file of that app.

    <system.web>
         <pages enableSessionState="true" />
         <httpModules>
              <clear />
              <add name="Session" type="System.Web.SessionState.SessionStateModule"/>
         </httpModules>
    </system.web>

     

    Reason: By default SharePoint disables SessionState. Here is an excellent MS Article on Session State


    Categories: SharePoint
    Posted by Kevin on Wednesday, May 02, 2007 1:05 PM
    Permalink | Comments (0) | Post RSSRSS comment feed

    Add comment


     

    [b][/b] - [i][/i] - [u][/u]- [quote][/quote]



    Live preview

    Thursday, December 04, 2008 6:07 PM