4 Replies Latest reply on Apr 18, 2013 10:37 AM by oourfali

    Custom session manager

    oourfali

      Hey,

       

      How can I write and override the default jbossweb session manager with a custom one?

      Is there any documentation / examples of that somewhere?

       

      In specific, I would like to allow passing the JSESSIONID using an HTTP header rather than a cookie.

      1. The client logs in, it gets back the JSESSIONID in an HTTP header.

      2. The client sends the JSESSIONID to the server using an HTTP header, and Jboss automatically gets the appropriate session.

       

      I succeeded in doing #1, but don't know how to do #2.

       

      Thank you,

      Oved