Hi, I want to configure the Ktor Sessions for multiple domains: My ktor instance listens on both
example.de and
example.fr and returns different content for this two sites. I want then to create a session for “.
example.de” or “.
example.fr”, depending on which site the user is currently visiting. I have to manually set the cookie-domain, because the cookie should then also be set for “
api.example.de”. Is this possible with the Ktor Session feature?