Session
-
it seems that the objetc Session is disabled and I cannot use the Session for send and retrive information between ASP pages. the Web Server is IIS 5.1 and Kaspersky internet security 6.0 is running on PC. when I set then variable session for example: session("MySessionvariable") = "Blue" I have no error message, but when I attemp to retrive information for example: response.write session("MySessionvariable") it is empty Thanks -- modified at 9:53 Monday 24th April, 2006
-
it seems that the objetc Session is disabled and I cannot use the Session for send and retrive information between ASP pages. the Web Server is IIS 5.1 and Kaspersky internet security 6.0 is running on PC. when I set then variable session for example: session("MySessionvariable") = "Blue" I have no error message, but when I attemp to retrive information for example: response.write session("MySessionvariable") it is empty Thanks -- modified at 9:53 Monday 24th April, 2006
-
Thank but when I try to read the value for example Ope_Psw = Session["Ses_Ope_Psw"] I have a compiler error -- modified at 13:15 Tuesday 25th April, 2006