1 Reply Latest reply on Jan 22, 2013 11:53 PM by cjayaprakash

    Removing sessionId generation in JBoss AS7

    cjayaprakash

      Hi,

       

      I have multi layered architecture (web <--> application service <--> data service) with multiple servers and the user sessionId is generated from a different server (data service). So I want to remove the default sessionId generation in JBoss.

       

      How I can configure this? So that the HTTP response will not contain jsessionId.

       

      Thanks.