0 Replies Latest reply on Sep 8, 2016 2:54 PM by skhot

    Upgrading to wildfly 10.

    skhot

      Hi,

       

      We have a application that is creating session once per login and use that session over rest of the operation.This works fine in wildfly 9.0

       

      But when we upgraded from wildfly 9.0 to 10.0 we are seeing that session does not persist and wildfly 10 is creating new session each request.


      Also we have lot of session level attributes that get lost due to this new session creation. When i try to look for them using request.getSession().getAttribute() they come up as null.

       

      Any idea how to stop new session creation per request in wildfly 10 ?

       

      Let me know if you need any configuration files.