0 Replies Latest reply on May 8, 2008 1:16 PM by rammyramkumar

    SHARING SESSION BETWEEN THE PORTLETS. PROBLEM WITH APPLICATI

    rammyramkumar

      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?