How should guests handle making reservations for different order IDs using the same browser? Is it possible for Resiada to bypass the data stored in a user's cache and cookies, and always pull the correct order ID from the booking link?

The order ID is retrieved when the booking process starts (after clicking "search"). If a user navigates back to the landing page or opens a new tab with a different order ID, their session will remain active, retaining the original order ID.

To avoid issues when making multiple bookings with different order IDs, users should log out or close their browser after each reservation. This will clear the cookies and ensure that the new order ID is correctly pulled from the booking link.

Make sure to communicate these steps clearly in the booking instructions for users making multiple reservations.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.