[jboss-user] [Security & JAAS/JBoss] - SHARING SESSION BETWEEN THE PORTLETS. PROBLEM WITH APPLICATI
rammyramkumar
do-not-reply at jboss.com
Thu May 8 13:17:01 EDT 2008
hi
i have this scenario , i have different portlets deployed as a separate war files and i like to share datas which i intend to keep it in the session. i want to share the data between the portlets.
i tried APPLICATION_SCOPE , i.e i get the session from the request object in Portlet 1 and set values in the APPLICATION_SCOPE there and i try to get it the Portlet 2 from the session(which again i get it from the request object).
But iam getting the null in the portlet 2.
what am i do for this to happen.
Any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149529#4149529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149529
More information about the jboss-user
mailing list