For a travel website,I have 4 people who can travel at a time in a cab.When a user selects a seat it should be locked for him till his session expires.As i am just updating a field 'availability' for every user who selects that cab,I cannot use LOCK which works with a row.How can this be done?