Uploaded image for project: 'jboss.org'
  1. jboss.org
  2. ORG-2099

Avoid jsessionid in the URL on first visit

XMLWordPrintable

      Session is needed when user logs in. Our SSO server requires cookies so there is no reason to support "no cookie" mechanism.

      In web.xml add

      <session-config>
      <tracking-mode>COOKIE</tracking-mode>
      </session-config>
      

      More info:
      http://ocpsoft.org/support/topic/session-id-is-appended-as-url-path-parameter-in-very-first-request/
      http://stackoverflow.com/questions/9702789/jboss-7-0-1-running-without-jsessionid-in-the-url-is-not-working

              lkrzyzan@redhat.com Libor Krzyzanek
              lkrzyzan@redhat.com Libor Krzyzanek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: