[jboss-user] [JBoss Portal] - Re: Determine portal logged-in user from external servlet

bdaw do-not-reply at jboss.com
Tue Nov 28 09:46:50 EST 2006


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#3989338

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



More information about the jboss-user mailing list