Expand my Community achievements bar.

Flex Session

Avatar

Former Community Member
Hi,



We are using LCDS Assembler with Java 1.5. We configured assembler as desitnations in data-management-config.xml. We have one assembler which will do login and put the userid in flex session and the subsequent calls to other assembler/s will make use of the userid from flex session. But the flexsession is giving userid as null in all assemblers. Here is the code snippet for flex sesion:



FlexSession fSession = FlexContext.getFlexSession();

fSession.setAttribute("userid", USER_ID);



In the log each time when we make a call to FlexContext.getFlexSession() is giving new id, which is not the case.



Any help to get the session shared across all assembler would be appreciated.



Thanks,

Nageswar
1 Reply