I'm struggling to come up with a solution for events ticket booking system. I need some idea how to lock a ticket once added to 'a cart' so it cannot be booked by other customer
How is this done on other ticket booking sites where the ticket is reserved for eg 10 minutes and then gets released after that time when transaction is not completed. Running cron job every minute wouldn't be viable, would it?