I've been developing a game which is going to be on something like a fair.
After 2 minutes of inactivity the game should reset to show the starting screen, which welcomes new players.
In order to do the reset I've used the Reload action from the Browser plugin. Though it seems that on reloading the page it does not clear the memory of the previous game session. Resulting in 4GB of RAM being used.
I also tried opening a new window/tab and closing the current window/tab but that gave other problems (security issues).
What can I do about this?
Due to a NDA I can't provide a capx.