I have two Kraken JS
applications running with connect-mongo
as middleware for session storage, on two subdomains like one.example.com and two.example.com.
Both are protected by user login.
How could I implement a SSO feature to my apps? Maybe setting the session cookie domain to example.com instead of the subdomain?