Problem was that backend from domain: backend.ke.haski.app used the frontend url of ke.haski.app to set a cookie to this domain. But this results in a cross domain cookie. Therefore we now set the cookie to the top domain which includes both frontend and backend.
Closes #70
Problem was that backend from domain: backend.ke.haski.app used the frontend url of ke.haski.app to set a cookie to this domain. But this results in a cross domain cookie. Therefore we now set the cookie to the top domain which includes both frontend and backend. Closes #70