gzieve
05-22-2006, 10:08 PM
I'm trying to assign a session variable in the configuration.vb file, but I get this error:
"session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive."
enableSessionState is set to true in web.config. There are session variables used elsewhere in the app.
"session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive."
enableSessionState is set to true in web.config. There are session variables used elsewhere in the app.