session variables are not created when IE6 has this patch, Q316059. Without it (fresh installed), the page runs just fine.
the session variable is actually set in a page (I output its content after the assignment and it's there), but when this page redirects to another (frameset page), the session variable cannot be accessed.
If I output session.contents.length, it returns 0.
Why is this so? Do you have any idea? Thanks.
the session variable is actually set in a page (I output its content after the assignment and it's there), but when this page redirects to another (frameset page), the session variable cannot be accessed.
If I output session.contents.length, it returns 0.
Why is this so? Do you have any idea? Thanks.
Comment