use the getComponentSession() method from the IPortalComponentRequest object.
you should avoid working with HttpSession (or HttpRequest) directly. There are objects specifically created for the portal that act the same way.
And in the IPortalComponentSession object, you will find the putValue() method !
Regards,
xavier
Add a comment