Prevent two users from editing the same data
- by Industrial
Hi everyone,
I have seen a feature in different web applications including Wordpress (not sure?) that warns a user if he/she opens an article/post/page/whatever from the database, while someone else is editing the same data simultaneously.
I would like to implement the same feature in my own application and I have given this a bit of thought. Is…