Just one more thing,
I have regular chrome in my machine,
if i use the same links and fill the forms, after filling them then just clear the chrome history, the content of the forms is no longer shown.
So,
what i need to understand is,
how come Chrome does clear the history but DCEF can't?
And why the history does no longer exist after restarting my app?
I would say the reason is, because there is no history stored in my pc which is of course the purpose.
During the use,
the history is always there, reloading the same page still keeps the history.
How do i clear the history when i reload the page with out terminating my application?
Here is the sample:
I am navigating to page x when my application starts, i fill the form in page x and leave the page for a while to refresh itself because i have a timer which does refresh the page if page is inactive for 3 minutes. After 3 minutes, the page is refreshed but the data i have inserted is still there.
Now,
please help me out to prevent browser loading this history after refreshing it.
Please also keep in mind!!
the page i am inserting text has forms that are not shown with any tag names to search for, it is very complicated system which means it is impossible to find any forms by tag or anything else in order to be able to clear em up.
I need to clear the history of the browser while refreshing just like i do in Chrome. I can clear the history of chrome without closing it and refresh the page, after the refresh, the history isn't there anymore.
I still believe we can clear the history of TChromium while refreshing but the problem is, i do not know how
One more thing,
if i just use google in my application, make couple of searches and visit the results of the search, after the refresh, everything is there too
It is not just the forms keeping the history data.
How about,
freeing the component and recreating it during the refresh, in order to make sure history is not there?
If this is possible,
can you please tell how do i free the running TChromium and create a new one?