Hi,
A member has bookings. Each member can update their own booking. So I am passing the ID like this:
members/update/editbooking/1300
And to load their details, filter on ID and logged in memberID (without this, any member could view any booking).
My question is this the best way to do this? Should I generate a random identifier string to pass into the URL instead so I don't expose ID's?
Thanks