There are two app servers: http://localhost:9080/appA and http://localhost:9081/appB
appA is hosted on Websphere and it is out of my control. It sets JSESSIONID and LtpaToken2 with path "/"
appB is on Liberty Profile which I have full control. I do not use session or single sign on. I have one simple REST server which echo back the user input. There's no cookie returned.
I open appA in the browser, logs in, see the cookies (JSESSIONID and LtpaToken2). Open another tab going to appB, then right away I see LtpaToken2 cookie is gone, JSESSIONID is still there. Going back to appA tab, navigate to another page, the user is kicked out.
What could possibly make LtpaToken2 gone from Liberty Profile?