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.
I have achieved this by not generating session at JSP level.