New HTMLViewer Session

I’m running into a situation where I need my DesktopHTMLViewer to start a new session - that is, remove all history, cache, cookies, then reload the page. I’ve tried doing this with Javascript but it has been ineffective.

Does anyone know if there any way to accomplish this, with or without MBS plugins? I’m targeting both Windows and MacOS.

Well, our WebView2ControlMBS can use different data folders for different sessions. And WKWebViewControlMBS can do private browsing, so each control can have its own session.

So you could have a new window or container control to start a new session.

1 Like