Hello,
I have got a J2EE application that is deployed on the J2EE engine expects to find the current logged in user ID either in the HEADER or COOKIE.
At the moment we use BasicPasswordLoginModule to authenticate the user. How can I add these credentials to a HEADER or a COOKIE after login?