1 Reply Latest reply on Jun 27, 2012 6:12 AM by chandrashekar.bn

    issue with session id

    chandrashekar.bn

      Hi All

       

      On Jboss 7.1.1 AS we have problem with session id. I have deployed simple webapplciation on 7 AS, when i get to get session id its give improper data, similar app works fine on 7.0 AS.

       

       

      index.jsp

      <html>

      <head>

      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

      <title>Insert title here</title>

      </head>

      <body>

               <%=session.getId() %>

      </body>

      </html>

       

      session id i am getting as : ResnIPq5zE8E4Q1+mNWpHDEg.undefined

       

      is there any configuration we need to change, can anyone suggest me on this.

       

      Thanks

        • 1. Re: issue with session id
          chandrashekar.bn

          we could find a bug case #  JBPAPP-8451 for the about issue.

           

          as a workaround, you have to set instance-id. and this worked for me.

           

          <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false" instance-id="hellnode01">

           

          but i see this case status is closed. do i need to add any path my AS 7.1.1.