I want to host the ServiceStack authentication providers on the root of a domain (domain.com) and have the authentication work for the entire domain (sub1.domain.com, sub2.domain.com).
Is it possible to replace the default implementation of ICookies
with my own so I can set domain in the cookies?
I am seeing that HttpResponseWrapper
instantiates the default implementation so I am guessing no.
Is there another approach?