10 Replies Latest reply on Apr 20, 2006 7:30 AM by gavin.king

    Request: fine-grained control over Server vs Client state sa

    emsa

      I would like to to have a more fine grained control over what is saved on the client vs server, something like:

       @Scope(SESSION, state=server)
      

      I really like to keep, for example, the id of the loggedin user on the server for security reasons. Other state data can be saved on the client without any security problems.