2 Replies Latest reply on Mar 21, 2007 1:03 AM by gavin.king

    javax.faces.STATE_SAVING_METHOD set to server

    rmemoria

      Hi,

      I'm developping a SEAM + RichFaces App which is been access trhough the Internet.

      I notice that some pages are too heavy (some of them are over 200kb in size) slowing system performance.

      So I found that setting the param javax.faces.STATE_SAVING_METHOD in web.xml to server the page size is dramatically reduced.

      But does anybody know if is there any huge disavantage in using STATE_SAVING_METHOD = server? If it has any influence inside SEAM or RichFaces?

      Thanks,
      Ricardo