Hey all,
My understanding of sessions is that when variables are set, they are not available until the user goes to the next page or refreshes his or her browser.
I find that when I send a user to another page via a text based link (i.e., <A HREF="link...">link text</a>) that the session variable are not available until I refresh the page again. This is not the case for netscape.
However, when I send the user to the next page via a html form using a submit button the variables are available when the browser renders the next page...as they should be. So what is with the text based link that wont allow IE to see the variables until it has been refreshed again?
Thanks in advance.
My understanding of sessions is that when variables are set, they are not available until the user goes to the next page or refreshes his or her browser.
I find that when I send a user to another page via a text based link (i.e., <A HREF="link...">link text</a>) that the session variable are not available until I refresh the page again. This is not the case for netscape.
However, when I send the user to the next page via a html form using a submit button the variables are available when the browser renders the next page...as they should be. So what is with the text based link that wont allow IE to see the variables until it has been refreshed again?
Thanks in advance.