Yes. If you have a portlet and a servlet inside same war file you can store object in
PortletSession using APPLICATION_SCOPE and it'll be visible in servlet HttpSession.
PortletSession is mostly a wrapper around HttpSession and PORTLET_SCOPE use namespacing
mechanism to hide attributes from other portlets in the application
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989338#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...