pierremans
New Member
Hi,
I use the Internet-explorer ocx in my program (V9.1D09). It works, but I have the problem that the ocx doesn't seem to be 'freed' after closing the window in which it is used.
The problem is that I really need a new 'iexplorer-session' because of a specific cookie i get back from the specific URL I have to use. If the session is not considered to be different, then the cookie will be the same. (I hope that this makes sense
). Now this only seems to be possible by closing my progress application, which is obviously not the solution I hoped for.
Anyway, I browsed through the documentation and found the quit()-method. But if I try

So the question is: does anybody out there:
Is there anybody who knows a solution for this?
TIA
Pieter
I use the Internet-explorer ocx in my program (V9.1D09). It works, but I have the problem that the ocx doesn't seem to be 'freed' after closing the window in which it is used.
The problem is that I really need a new 'iexplorer-session' because of a specific cookie i get back from the specific URL I have to use. If the session is not considered to be different, then the cookie will be the same. (I hope that this makes sense

Anyway, I browsed through the documentation and found the quit()-method. But if I try
it gives me an error. Now I even read somewhere in the helpfiles from MS that the WebBrowser object even ignores this method!chCtrlFrame:WebBrowser:QUIT().

So the question is: does anybody out there:
- understands what I am talking about, but mostly
- have a solution for my problem
Is there anybody who knows a solution for this?
TIA
Pieter