Sharing session data indeed only works for portlets and servlets bundled in the same web
application (war file).
I think the problem here is that the name of the param is namespaced for the portlet so if
you set a param called "foo" in the portlet session, you cannot access it using
just "foo" in the servlet. Please look at the servlet specification for the
namespace format.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150289#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...