Forums

ASP

This topic is locked

Session lost with IE6 cookie support ON

Posted 26 Mar 2002 15:16:35
1
has voted
26 Mar 2002 15:16:35 Hank Tan-Tenn posted:
I'm still in shock. I was happily passing session variables between two asp pages. Everything seemed to be in working order. Then I ran the pages again and discovered state is gone. In NN6.2 the same pages work fine.

I of course checked the cookie setting in IE6 (which I had never tinkered with) and wasn't surprised to see cookie fully supported.

What could be wrong??

Replies

Replied 26 Mar 2002 21:48:14
26 Mar 2002 21:48:14 Andrew Watson replied:
Can you give more details, Im running IE 6 and the session state seems to be OK, ...this is interetsing tho'

When you say the state has gone do you mean the session has been killed?


Cheers, Leed
Replied 26 Mar 2002 22:31:40
26 Mar 2002 22:31:40 Hank Tan-Tenn replied:
leed,

I meant a page that restricted access based on a session variable rejected access because the variable was empty. I ran the following and got nothing back in IE6:

<pre id=code><font face=courier size=2 id=code>
for x = 1 to session.Contents.Count
Response.write "Variable = " & session.Contents.key(x) & ", Value = "
Response.write session.Contents.item(x) & "&lt;br&gt;"
next
</font id=code></pre id=code>

Now the odd part: just now I loaded the same pages and it's all back to normal!! I wonder if my hosting company's server has anything to do with it. I did not mention the same company's 2nd server (or at least, 2nd domain) worked fine with IE6 earlier. This kind of seeming inconsistency is...a bit disturbing. I also ran a couple older pages known to be bug-free -- the same error, and subsequent recovery, occurred. I wish I had IE5.5 or older to test.

Replied 28 Mar 2002 00:40:31
28 Mar 2002 00:40:31 Andrew Watson replied:
Mail me the links if you want and i can test it on both 5 & 6.
<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Replied 29 Mar 2002 14:57:47
29 Mar 2002 14:57:47 Hank Tan-Tenn replied:
Hi, leed,

Thanks for the offer.

I think it's IE6. I found the following post which appears to describe the same (allegedly) buggy behavior:

www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/31/pid/333/qid/95836

Reply to this topic