I have a page with a series of checkboxes that can be changed by authenticated users. I need to make this page available to only one person at a time. Therefore, if a user logs into it and edits one of the flags, no one can enter the page and change the other flags.
I thought of a link to the edit page and a link to the read link (all controls are disabled), and then set the database flag if the user enters edit mode, but I'm worried that I don’t know if the user has changed anything then and then just x'd from the browser / application, blocking everyone else.
This is an internal application for the company. Has anyone done something like this?
Any ideas or thoughts or suggestions?
thanks
me me
source
share