Hi All,
I am new to Portlets and need more information about the Portlet Session Scope.
If the Portlet Session Scope is set to "Application Scope", the attributes are visible to all the portlets that belong to the same WAR-file.
Is it visible to other WAR-file(s)? If so how can I pass attributes from one
JSP / Portlet
Java in WAR-1 file to another JSP / Portlet Java in WAR-2 file?
Thanks!!