Hi - At the top of my page, let's say I declare a variable by
Shared D1 as String
Then in different functions/routines throughout the page I write and read the value of the string.
This works just fine.
The problem is, let's say the user closes the browser and another users signs in from a different computer, some amount of time later... it seems the "D1" hasn't cleared it's value!
Why is this happening?