I am currently working on a website that uses a javascript call to opens a display window. Embedded in the URL is the PHP session information. Everything works great, until I upgraded a test computer to IE 7. All of a sudden, session data blows up!
The oddest thing is if I put an echo statement in like
echo " ";
all of a sudden, session data is restored and everything works!
Has anyone run across a work around that is more elegant than mine for IE 7?
Nothing like a buggy browser to make your day...