DX Version: 9.5 CF228
Operating System: LINUX
Problem/Query:
I have an Authenticate Filter (loginExplicit) that retrieve my userId on other system (string) and I need to pass this userId to my business Portlets. ¿How can I do it?
I have test to put this userId in HTTPsession, but I can´t access to it from Portlet.
I have test too to create a SessionValidate filter and put as attribute in request, but this don´t arrive to Portlet.
For security reasons, i can’t use cookies to save this value.
I know that I can create a dynacache, store in it, and retrieve from Portlet, but I was expecting a more direct solution.
Some Idea?