0 Replies Latest reply on Jul 9, 2010 2:56 AM by jsfgeeks

    Richfaces Session Management

    jsfgeeks

      hi,

      I have Query regarding session Management using Richfaces and Jsf.

      Which is the best way to maintain session among below options.

      1) URL Rewritting.

      2). HTTP Session

      3). Cookies

      4)Hidden Fields.

       

      currently i am Using HTTP Session.

      I Have tried to use hidden field and url rewritting but sometimes it miss the values.

      Cookies are not Safe.

      What if pass lots of data in Http session.

      Any Idea?