Thanks for you reply.
monroe wrote:First, take a look at this posting:
https://coderanch.com/t/577916 #18306
I understand the things that were behind the link you posted, but I still can't see the point of RemoteUserSSO?
The RemoteUserSSO implimentation only deals with User Authentication and not the other parts. It does this by simply getting the associated principle from the request object and assuming that this is the authenticated user.
What does this mean "associated principle from the request object"? How does this principle get to the request object? How is it supposed to contain remote user's information?
And still, does this whole thing have anything to do with combining the two webapps into one or with setting some cookies in my own app?
Thanks.
[originally posted on jforum.net by mikehell]