Sessions

  • Thread starter Thread starter Vertigo
  • Start date Start date
V

Vertigo

Hi there,

I am developing a small-scale website that uses session cookies.
Everything works fine in Firefox, and IE7, but in IE6 whenever I click
a link, it brings up a blank page with the original url still in the
address bar. Upon clicking refresh, the desired page is correctly
loaded.

I have narrowed it down to the session handling, as commenting
session_start(); makes the links work just fine. I have found the
correct session cookie under Firefox's cookie browser, but cant find
it anywhere in TIF under IE6.

What could be causing this strange behaviour?
 
Hi there,

I am developing a small-scale website that uses session cookies.
Everything works fine in Firefox, and IE7, but in IE6 whenever I click
a link, it brings up a blank page with the original url still in the
address bar. Upon clicking refresh, the desired page is correctly
loaded.

I have narrowed it down to the session handling, as commenting
session_start(); makes the links work just fine. I have found the
correct session cookie under Firefox's cookie browser, but cant find
it anywhere in TIF under IE6.

What could be causing this strange behaviour?

double post, ignore this, use the other one please.
 
Back
Top