Inactivity timer and clearing cache

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
bkasekamp
Participant
Participant
Posts: 16
Joined: Thu Jul 25, 2013 10:53 am

Inactivity timer and clearing cache

Post by bkasekamp »

I'm trying to get the the browser page to reset to home and clear cache on inactivity timer. I can get this to work by setting ClearCacheOnClose=TRUE, InactivityAction=exit, or restart and use RestartOnClose=True. However when the pwb reopens the inactivity timer starts immediately starts counting down on re-open which results in PWB continually restarting. Is there a better way to accomplish this? I just installed a fresh copy of PWB v3.05.11 x64 (CEF).

[Inactivity]
InactivityTimer=TRUE
InactivitySeconds=60
InactivityMessageFile=Inactivity.html
InactivityAction=exit
InactivityStartOnOpen=FALSE
InactivityShowDialog=TRUE
ResetOnMouseMove=TRUE
ResetOnMouseButton=TRUE
ResetOnKeyboard=TRUE

Thanks,
Brian

bkasekamp
Participant
Participant
Posts: 16
Joined: Thu Jul 25, 2013 10:53 am

Re: Inactivity timer and clearing cache

Post by bkasekamp »

This issue was caused by a bad registration number. Once I fixed that the issue disappeared.

Post Reply