Inactivity=Exit RestartOnClose Delay in page loading
Posted: Wed Jan 25, 2017 1:41 pm
I'm using PWB CEF 3.05.0 to exit and restart PWB with the Inactivity timer. When the inactivity timer expires and PWB exits and reopens, it sits at a blank white page for about a minute before the homepage loads. If I click the close button on PWB and the browser closes and reopens the page loads immediately. Seems only to be the InactivityAction=Exit that causes the blank page on restart of the browser. It works correctly in the PWB IE version.
To troubleshoot I'm using a default .ini file and only modifying the following:
[Browser]
RegisteredTo
RegistrationNumber
HomePage=http://catalog.library.loudoun.gov
StartTimerOnMouseKeyboard=True (otherwise the inactivity countdown starts immediately on page load)
[Security]
RestartOnClose=True
[Inactivity]
InactivityTimer=True
InactivitySeconds=120
InactivityMessageFile=Inactivity.html
InactivityAction=Exit
InactivityStartOnOpen=False
InactivityShowDialog=True
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True
Thanks
To troubleshoot I'm using a default .ini file and only modifying the following:
[Browser]
RegisteredTo
RegistrationNumber
HomePage=http://catalog.library.loudoun.gov
StartTimerOnMouseKeyboard=True (otherwise the inactivity countdown starts immediately on page load)
[Security]
RestartOnClose=True
[Inactivity]
InactivityTimer=True
InactivitySeconds=120
InactivityMessageFile=Inactivity.html
InactivityAction=Exit
InactivityStartOnOpen=False
InactivityShowDialog=True
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True
Thanks