3 Replies Latest reply on Aug 3, 2009 4:46 PM by gaboo.gael.livre-rare-book.com

    jsessionid

    admin.admin.email.tld

      i'm seeing the jsessionid as a param in the URL (HTTP GET).  why does it show up sometimes and other times not?


      is this a Seam-specific param used to identify the current session if you have more than one browser/process running (which I don't and still seeing it)?

        • 1. Re: jsessionid
          nickarls

          The servlet specs uses this name for the session tracking cookie. I think it is sent as an URL parameter the first time when it isn't sure yet if the client accepts cookies. It disappears once its cookiefied.

          • 2. Re: jsessionid
            anikanchan

            Is there a way to disable this? We are having some issues due to this. We need to refresh the page in order to load the pictures etc and also our search server is not able to index such pages. Any pointer is greatly appreciated.

            • 3. Re: jsessionid
              gaboo.gael.livre-rare-book.com

              Hi !


              Were you able to fix this ? We are having a similar problem : the first time the session is created the jsessionid is added to URLs and there are some links which leads to a 404. It works after refreshing the page  (the jsessionid is not there anymore).


              ??