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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
