[jboss-user] [JBoss Portal] - Re: SHARING THE SESSION BETWEEN THE PORTLETS DEPLOYED AS SEP

chris.laprun@jboss.com do-not-reply at jboss.com
Thu May 8 14:52:48 EDT 2008


There is no work-around to share session data between separate web apps. This is more a limitation of how web applications work than portlets.
You could:
* bundle the portlets in the same web application
* try to avoid sharing data altogether
* use inter-portlet communication with portlet 1.0 (proprietary to portal providers)
* use public shared render parameters and/or events with portlet 2.0. This is not yet available in JBoss Portal but will be in 2.7. Portlet 2.0 is implemented in JBoss Portlet Container 2.0, currently in beta but this is not a complete portal solution.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149552#4149552

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149552



More information about the jboss-user mailing list