1 Reply Latest reply on Sep 25, 2008 8:50 AM by deiveehan

    AjaxStateManager.VIEW_STATES_MAP holds more memory in sessio

    deiveehan

      Hi - We are currently using rich faces in our application. We could see that in the session the object AjaxStateManager.VIEW_STATES_MAP eats up more memory - around 13 MB per user is stored in the session.

      Is there any way to reduce it. Kindly let me know on this asap.

        • 1. Re: AjaxStateManager.VIEW_STATES_MAP holds more memory in se
          deiveehan

          I am not sure how the VIEW_STATE_MAP works. We have around 15 pages, and every time a user navigates from one page to another page, the session value for this object gets changed. Some pages does not have rich faces component itself. Also this object gets loaded into session when the user logs in itself.

          My questions are:
          1. when the user navigates from one page to another page, is this the current tree view that is getting stored in this session object.

          2. If it is true:
          then when will the object get removed from the session.

          Any help on this would be great.