Hey Charles, 2010/12/17 Hubbard, Charles W <[email protected]>: > The application is constantly updating information read from the instrument > being controlled. Those updates are driven by a WTimer set to expire at 1 > second intervals. When I looked at the messages being printed in the window > where I start the application, it appears the session is getting refreshed > every time the timer expires and all the associated images and other > resources are being reloaded. These constant session refreshes only happen > when I'm using https.
For some reason it seems that when using http, the application uses Ajax as expected, but when using https, the application does not detect JavaScript/Ajax presence and that is why the application rerenders itself every second (causing a "refresh"). > Finally, here is a snippet of the messages generated to the terminal when I > start the application. You can see the "Refreshing session" messages > appearing at 1 second intervals along with all the resource reloads. Can you also show the startup log? There should be a request that is like 'request=script' which indicates that the browser understands JavaScript. Are you using progressive bootstrap or default bootstrap mode? Are you seeing the same behavior with any browser? We're regularly running small tests using SSL and do not see these issues, so I suspect there is something about the way your application is bootstrapped that is odd / overlooked. Regards, koen ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
