J
Jennifer
I get the following error when I try to retrieve Session
Variables using this code:
Dim mstrPassword As String = CType(Session.Item
("gstrPassword"), String)
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
According to everything that I have read and found this
is set to true. I have manually set it - checked in IS.
Does anyone have any ideas?
THANKS!
Jennifer
Variables using this code:
Dim mstrPassword As String = CType(Session.Item
("gstrPassword"), String)
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
According to everything that I have read and found this
is set to true. I have manually set it - checked in IS.
Does anyone have any ideas?
THANKS!
Jennifer