I have two webapps WebApp1 and WebApp2 in two different domains.
Since it is difficult to do 3rd party cookies and also some browsers won't allow that.
You can try storing them in HTML5 local storage and then sending them with every request from your front end app.