Hi,
I've a class named baseClass.I can't access session variables from that class.This is the error i've got.How to solve this issue ??
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 <configuration>\<system.web>\<httpModules> section in the application configuration.