in the ktor-samples, all projects use SessionCooki...
# ktor
d
in the ktor-samples, all projects use SessionCookiesSettings which only has 3 variables (duration, requireHttps, transformers). however, i'd also like to set the domain option, because my server is running on sub.domain.com and i want the cookie to be valid for domain.com. how can i set this option without having to rewrite the whole SessionConfigBuilder? (SessionCookiesSettings is not 'open')