Essential Functionality
These are strictly necessary for the website to function. They handle session security, ensure that your booking form remains intact if you navigate between pages, and manage load balancing across our servers. Without these, the booking engine cannot verify your identity or keep your cart active.
- Session ID: Temporary token deleted upon browser close.
- CSRF Token: Security validation to prevent unauthorized actions.