09-17-05 07:48 AM
Hi,
I am using WPS 5.0.2. I configured a page with several portlets.
The problem is that when I set an attribute in the session object from a
certain
portlet request.getSession().setAttribute("attr", "blabla"), I cannot access
the
attribute from another portlet. If I try
request.getSession().getAttribute("attr") from
another portlet, it returns null. The portlets seems to access different
session objects,
even if the id is the same. It used to work with the 4.1 version, so I am
wondering if I forgot a setting of WPS.
Thanks for any hint or solution.
Arnaud
[ Post a follow-up to this message ]
|