Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Share data from LifecycleAction
Hi,
I am using DXP 7.0
I created a post-login LifecycleAction; I would like to share new data with all portlets; how can I do that?
I tried to put them in the Session with httpSession.setAttribute(), but I cannot read them back.