Hello, I want to have a control variable where the value of it is read by all clients and thus prevent the same function from being executed by each client that enters the site.
Example, I have a page that updates the database with an information.
If 10 people enter the site, this update will be performed 10 times.
If in the first visitor I can define a variable that can be read by other visitors in order to prevent the update from being made again it would be great.
Can you do this?