cache
Moderators: Tyler, Scott, PWB v2 Moderator
cache
With the following ini entries:
ClearCacheOnHome=True
ClearCacheOnClose=True
I would assume that the cache is cleared whenever someone hits the "Home" button. If this is the case then should the back button not be greyed out when someone hits the home buton and not be able to go back and view previous pages? I am using verion 2.07.2.
Thanks,
I also just noticed that the inactivity timer does not seem to work. Fort esting I ahve mine set to 5 minutes and when the browser is loaded for the first time and the inactivity timer starts after some use, after the 5 mintues the inactivity timer starts and closes then the inactivity timer sits at 00:00 no matter what you do. Here is the ini portion of the inactivity.
[Inactivity]
InactivityTimer=True
InactivitySeconds=300
InactivityMessageTitle=Warning
InactivityMessageFile=p:\pwb207\Inactivity.txt
InactivityAction=Restart
InactivitySoundFile=
InactivityStartOnOpen=False
InactivityShowDialog=True
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True
ClearCacheOnHome=True
ClearCacheOnClose=True
I would assume that the cache is cleared whenever someone hits the "Home" button. If this is the case then should the back button not be greyed out when someone hits the home buton and not be able to go back and view previous pages? I am using verion 2.07.2.
Thanks,
I also just noticed that the inactivity timer does not seem to work. Fort esting I ahve mine set to 5 minutes and when the browser is loaded for the first time and the inactivity timer starts after some use, after the 5 mintues the inactivity timer starts and closes then the inactivity timer sits at 00:00 no matter what you do. Here is the ini portion of the inactivity.
[Inactivity]
InactivityTimer=True
InactivitySeconds=300
InactivityMessageTitle=Warning
InactivityMessageFile=p:\pwb207\Inactivity.txt
InactivityAction=Restart
InactivitySoundFile=
InactivityStartOnOpen=False
InactivityShowDialog=True
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True
I dont neccesarily want the inactivity timer to start when the browser starts. I want the inactivity to start after someone has done their work and walks away and this part happens just fine. Its only when the inactivity has gone through its course the first time, has restarted the browser and the the timer sits at 00:00 regardless of activity or not.spragers wrote:Hi,
Here's the problem - you have:
InactivityStartOnOpen=False
That should be set to True if you want the Inactivity Timer to start when PWB starts.
Hope that helps!
Inactivity Timer
What is your home page set to? A page that automatically refreshes can cause the inactivity timer to continually reset.
Also there are some applications, for example TrendMicro Officescan, that can cause the inactivity timer to reset because they send mouse messages to all running applications for some reason.
http://teamsoftwaresolutions.com/phpBB2 ... .php?t=347
Both of these conditions can usually be corrected by setting the following in the PWB INI file.
[Inactivity]
...
ResetOnMouseMove=False
...
--Scott
Also there are some applications, for example TrendMicro Officescan, that can cause the inactivity timer to reset because they send mouse messages to all running applications for some reason.
http://teamsoftwaresolutions.com/phpBB2 ... .php?t=347
Both of these conditions can usually be corrected by setting the following in the PWB INI file.
[Inactivity]
...
ResetOnMouseMove=False
...
--Scott
My home page is set to our library webpage http://www.wlu.ca/library.Scott wrote:What is your home page set to? A page that automatically refreshes can cause the inactivity timer to continually reset.
Also there are some applications, for example TrendMicro Officescan, that can cause the inactivity timer to reset because they send mouse messages to all running applications for some reason.
http://teamsoftwaresolutions.com/phpBB2 ... .php?t=347
Both of these conditions can usually be corrected by setting the following in the PWB INI file.
[Inactivity]
...
ResetOnMouseMove=False
...
--Scott
We dont use that particular software and I just tried setting ResetOnMouseMove=False and this did not make any difference.
Ad then there is my initial issue of the cahce...
With the following ini entries:
ClearCacheOnHome=True
ClearCacheOnClose=True
I would assume that the cache is cleared whenever someone hits the "Home" button. If this is the case then should the back button not be greyed out when someone hits the home buton and not be able to go back and view previous pages? I am using verion 2.07.2.
With the following ini entries:
ClearCacheOnHome=True
ClearCacheOnClose=True
I would assume that the cache is cleared whenever someone hits the "Home" button. If this is the case then should the back button not be greyed out when someone hits the home buton and not be able to go back and view previous pages? I am using verion 2.07.2.
The "clear cache on..." functions clear the Internet Explorer cache files. The back button is not part of the cache, but part of the Internet Explorer immediate history. This history information is held in memory and can only be cleared by restarting the browser.
To give the next user a "new" browser, we have had very good success with using [Security] RestartOnClose=True, and [Inactivity] InactivityAction=Exit. We then enourage the users to close the browser when finished. This causes PWB to clear the cache, and restart. If the users walks away, the exit action has the same effect.
--Scott
To give the next user a "new" browser, we have had very good success with using [Security] RestartOnClose=True, and [Inactivity] InactivityAction=Exit. We then enourage the users to close the browser when finished. This causes PWB to clear the cache, and restart. If the users walks away, the exit action has the same effect.
--Scott
I see. I will give that a try. Thanks.Scott wrote:The "clear cache on..." functions clear the Internet Explorer cache files. The back button is not part of the cache, but part of the Internet Explorer immediate history. This history information is held in memory and can only be cleared by restarting the browser.
To give the next user a "new" browser, we have had very good success with using [Security] RestartOnClose=True, and [Inactivity] InactivityAction=Exit. We then enourage the users to close the browser when finished. This causes PWB to clear the cache, and restart. If the users walks away, the exit action has the same effect.
--Scott
Send a copy of your INI file to Support@TeamSoftwareSolutions.com and I will take a look at it.
--Scott
--Scott