Jules Blue
November 5th, 2009, 06:29 PM
Hi
I do a fair amount of JavaScript programming.
I have created a number of HTML Applications which run as Microsoft ".hta" files (essentially they run as IE without the UI chrome or security prompts).
They still work fine with PREVX (including ActiveX objects), except for one unusual aspect.
I use "document.cookie" to set cookies for the HTML Application (to serve as a recently used file list).
With "Realtime Protection" on, all the cookies created by the HTML Application are deleted. This deletion occurs either when the ".hta" closes or when it first opens. I can create and use new cookies freely whilst it is running, but they are lost after I close the window. Switch "Realtime Protection" off, and they are not lost.
Might this be a bug? If not, how can I alter this behaviour?
Thanks.
Jules
I do a fair amount of JavaScript programming.
I have created a number of HTML Applications which run as Microsoft ".hta" files (essentially they run as IE without the UI chrome or security prompts).
They still work fine with PREVX (including ActiveX objects), except for one unusual aspect.
I use "document.cookie" to set cookies for the HTML Application (to serve as a recently used file list).
With "Realtime Protection" on, all the cookies created by the HTML Application are deleted. This deletion occurs either when the ".hta" closes or when it first opens. I can create and use new cookies freely whilst it is running, but they are lost after I close the window. Switch "Realtime Protection" off, and they are not lost.
Might this be a bug? If not, how can I alter this behaviour?
Thanks.
Jules