S
Steve
Hi;
I'm hoping to get some insight into how access to cookies is managed
in IE versus in Firefox.
I have a JSP application that writes data to a cookie if the user
presses a button. Pressing the button will also cause an HTML page
to pop-up, read the cookie and insert the data from it into the HTML
page via the DOM and javascript.
If I save the HTML as a complete web page in Firefox 3.*, I can bring
it back up and still have the dynamic data there.
If I do the same in IE 6 or IE 7, the data will not be populated.
Interestingly, if I point IE to the page saved via Firefox, the data
does appear on the page. So, I am thinking that IE and Firefox
saves the cookie to a different place and/or manages access to the
cookie files differently.
The folders produce by IE and Firefox when saving as a "complete HTML"
have exactly the same files in it. Just a jpg that is on the HTML.
Any ideas on what this is about or for a work around?
Thanks much in advance
I'm hoping to get some insight into how access to cookies is managed
in IE versus in Firefox.
I have a JSP application that writes data to a cookie if the user
presses a button. Pressing the button will also cause an HTML page
to pop-up, read the cookie and insert the data from it into the HTML
page via the DOM and javascript.
If I save the HTML as a complete web page in Firefox 3.*, I can bring
it back up and still have the dynamic data there.
If I do the same in IE 6 or IE 7, the data will not be populated.
Interestingly, if I point IE to the page saved via Firefox, the data
does appear on the page. So, I am thinking that IE and Firefox
saves the cookie to a different place and/or manages access to the
cookie files differently.
The folders produce by IE and Firefox when saving as a "complete HTML"
have exactly the same files in it. Just a jpg that is on the HTML.
Any ideas on what this is about or for a work around?
Thanks much in advance