GleamTechWebConfiguration.Current.CookielessSessionMode = CookielessSessionMode.Always;
By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
My application is a Windows application that’s supposed to display documents in DocumentUltimate within separate browser windows.
CoreWebView2Environment
// 1. Create a shared environment pointing to a specific UDF var userDataFolder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "YourAppName"); var environment = await CoreWebView2Environment.CreateAsync(null, userDataFolder); // 2. Assign the same environment to all WebView2 controls before initialization await webView1.EnsureCoreWebView2Async(environment); await webView2.EnsureCoreWebView2Async(environment);
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authentication app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.