I created a dash app to use on a local network and ran it as a Linux server. I checked on another computer and it worked fine. However, when accessing from another computer, the contents of the previous computer are displayed as they are. How can I make the user use the initial state every time he connects?
Hello @kormo09,
It’s a little hard to say what you mean exactly. Are you trying to load content dynamically per user?
If so, you’ll probably need to create a function instead of a static layout.