5 Replies Latest reply on Jun 9, 2016 1:07 PM by hchenkwi

    can sessionid length be changed in Wildfly10

    hchenkwi

      Hi,

       

      I'm using Wildfly 10.0.0.final on solaris 10 now. I'm upgrading the projects from JBoss 4.2.3 GA to Wildfly 10. We have apache as web server to pass requests to Wildfly. I used the "shared sesison" feature in wildfly.

       

      One thing I noticed that in JBoss 4.2.3 GA, the sessionid is 32-byte long, but in wildfly the sessionid is 40-byte long.

       

      Is this on purpose that the sessionid length is increased?  is there any way I can set the sessionid length?  The reason I ask is our code is saving this sessionid in database, and now the column length is not long enough.

       

      Thanks, Helen