The booking web site is called from the portal, and redirects back to the portal when the booking is done.
But the booking site also exists on its own and is being managed by another party. We can't change anything on that end.
Both the portal and the booking websites can be customized, without affecting each other. This was done "by design", but currently we're facing an issue with the language settings: the language settings of the booking site should be used for the portal.
At this moment within the portal the language is setting by reading a cookie:
The booking site uses 2 cookies for the same time:
The booking site runs on a sub domain of the portal site.
I've been doing some reading, and in my case I should be able to read those cookies like this:
So my question is, how do I solve this?