ayh8disjob
Programmer
I have this strange problem in IE6 browser only.
In my page1 i store something in the session variable but
when i tried to get that variable in the page2 It doesnt seems to save the session variables. and my problem is it works in IE5,IE5.5, and IE6sp1 but not in IE6.
The code is something like this.
Page1.asp
Session("Name" = "MYNAME"
.
.
.
Response.Redirect("Page2.asp"
Page2.asp
<%= Session("Name" %>
I dont understand what seems to be the problem? wether its from my code or from the client IE that im using. I really need help....
Can you help me wether it is a browser problem or a coding problem?
hope someone out there can help me. coz im really frustrated been searching the big M site for help but cannot find the answer.
Thanks in advance.
Ayh8disjob b4, Now AyLoVIt
In my page1 i store something in the session variable but
when i tried to get that variable in the page2 It doesnt seems to save the session variables. and my problem is it works in IE5,IE5.5, and IE6sp1 but not in IE6.
The code is something like this.
Page1.asp
Session("Name" = "MYNAME"
.
.
.
Response.Redirect("Page2.asp"
Page2.asp
<%= Session("Name" %>
I dont understand what seems to be the problem? wether its from my code or from the client IE that im using. I really need help....
Can you help me wether it is a browser problem or a coding problem?
hope someone out there can help me. coz im really frustrated been searching the big M site for help but cannot find the answer.
Thanks in advance.
Ayh8disjob b4, Now AyLoVIt