If you are using shiny-server open source version, all your App sessions run under the same R session, so they all share the same environment, this could cause that variables and files get overridden by subsequent users.
One solution would be to modify your code to make use of unique variable names for each new user, another approach could be deploying your app with something like shinyproxy
https://www.shinyproxy.io
Note: Please translate your topic tittle to English