Hi,
I have deployed my application in a WAS that is installed in a system say 'ABC', which contains the j2ee engine and doesn't contain the EP installed in it. The application is up and running if i access it from a browser. We have another system say 'XYZ' where EP is installed. In that EP, from an iView, we are accessing the application that is deployed in the WAS engine of 'ABC' system.
But, the 'ABC' system is not able to find the cookie, so the authentication fails.
<b>My question is, is it necessary to have both WAS and EP installed in the same machine for achieving the SSO?</b>
(We have tested in machines having EP and WAS installed in same system and found that SSO is working fine)