Jump to content

Recommended Posts

  • FPCH Admin
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...