Forum Discussion
Jamiemiller755
Jan 06, 2022Copper Contributor
RD WEB App
We are starting to use a web application on AWS Cloud and the app uses RDWEB remote app. The issue we are having is in order for the file transfer to work the users have to select File Transfer on th...
Jamiemiller755
Jan 07, 2022Copper Contributor
I tried opening the WEB App in internet explorer and it was the first time it prompted to make a choice again so leads me to believe it is tied to browser . checked settings and no mention of it anywhere.
lukemurraynz
Jan 07, 2022Learn Expert
Not sure what specific file, you might be able to clear the cache for that specific webpage for your users, here's a script I quickly found that can reset the cache for multiple browsers that you could potentially deploy out: https://github.com/lemtek/Powershell/blob/master/Clear_Browser_Caches
If not the script contains the location of the cache files, there may be something in the folder.
You might end up resetting the cache of your users, or sending them instructions on clearing it for the HTML web client instead as a workaround.
If not the script contains the location of the cache files, there may be something in the folder.
You might end up resetting the cache of your users, or sending them instructions on clearing it for the HTML web client instead as a workaround.
- Jamiemiller755Jan 08, 2022Copper ContributorHey Luke, turns out this is controlled by a setting in the browser, super easy so much i overlooked it lol. thanks for your help.