DesktopHTMLViewer Session Variables

I use DesktopHMTLViewer in a Mac/Win app that loads an https URL with LoadURL method. That website uses session variables, but those variables don’t seem to be retained as the user navigates between pages. If I navigate through pages of that same website with Safari or Edge, session variables are retained.

Is there something unusual going on with session variable when using DesktopHTMLViewer as the browser? When I navigate a different website on the same server it appears that session variables are retained so that has me confused.

Upon further investigation, it appears that session variables work as expected. The problem was either related to a cached browser page or not properly logging out from a previous login.