please help, session problem.
-
Hello, I hope somebody can help me with this.... I've got this weird problem... First my ASP.Net document can produce or invoke sessions just like usual. But when I put a web.config file, my computer gives me this message "Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive "..... But even if I put the enableSessionState="True" in both of them, it still doesn't work :-( The problem still exists :-( Help, help ,help!! My session state setting in my web.config file looks like this: And this is how I get one of my sessions: Dim screenname = session("user_screenname") My system: - Windows XP Pro IIS 5.1 - .Net Framework 1.0.3705.0
-
Hello, I hope somebody can help me with this.... I've got this weird problem... First my ASP.Net document can produce or invoke sessions just like usual. But when I put a web.config file, my computer gives me this message "Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive "..... But even if I put the enableSessionState="True" in both of them, it still doesn't work :-( The problem still exists :-( Help, help ,help!! My session state setting in my web.config file looks like this: And this is how I get one of my sessions: Dim screenname = session("user_screenname") My system: - Windows XP Pro IIS 5.1 - .Net Framework 1.0.3705.0