[jboss-user] [JBoss Portal] - Re: Post login processing and put results in Portlet session

thomas.heute@jboss.com do-not-reply at jboss.com
Tue Mar 27 10:36:46 EDT 2007


What are you trying to achieve ? Does it really have to be in the session ?  With the former portal how do you share the information in the different sessions ?

If you look at the 2.6 codebase, we use a different approach. An identity service is sitting waiting for your portlets to ask information about the user. After all the only thing you need to propagate is the username, from that you can get any information you want using those services.

You can get the username using the JSR168 API

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

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



More information about the jboss-user mailing list