Jump to content
Microsoft Windows Bulletin Board

Recommended Posts

  • Administrators
Posted

Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the

&ltconfiguration&gt&ltsystem.web&gt&lthttpModules&gt section in the application configuration.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule

or a custom session state module is included in the &ltconfiguration&gt&ltsystem.web&gt&lthttpModules&gt section in the application configuration.Source Error:

 

 

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

 

 

 

Stack Trace:

 

 

 

 

[HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the &ltconfiguration&gt&ltsystem.web&gt&lthttpModules&gt section in the application configuration.]
System.Web.UI.Page.get_Session() +4550594
Paperheads.FB.BeAt.CanvasPage.set_PageData(PageDataSet value) +59
Paperheads.FB.BeAt.CanvasPage.MyBase_FacebookPostBack(Object sender, FacebookEventArgs e) +180
Paperheads.FB.BeAt.FacebookPage.MyBase_Load(Object sender, EventArgs e) +983
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064

 

 

 

 

 

Version Information: Microsoft .NET Framework Version:4.0.30319 ASP.NET Version:4.0.30319.272

 

View this thread

×
×
  • Create New...