1 Reply Latest reply on Jan 30, 2013 9:53 AM by pferraro

    Best way to test Session Replication with JBoss

    techsjs2012

      Best way to test Session Replication with JBoss

       

      we are trying to find the best way to test Session Replication with JBoss and I would like to hear what you have in mind for a quick and easy test to see if the sessions are replactioning to all jboss nodes

        • 1. Re: Best way to test Session Replication with JBoss
          pferraro

          The most obvious answer, assuming you have a <distributable/> application on hand: disable cookies in your brower (so that the jsessionid gets written to the url), start 2 AS nodes, log in to your application (i.e. create a new session) on one node, change the url to point to the other node - using the same jsessionid, and verify that you are still logged in.  This means that the session was indeed replicated to the other node.