Dear team,

I have a websphere server configured in cluster environment, and I deploy more than one web applications in single domain(www.xxxx.com). I am not able to access all applications in same browser tabs(Like IE...).
This is due to singe session id shared for same browser. To overcome this issue, I have created JSESSIONID programmatically and worked in JBOSS server.

Is it possible to create different JSESSIONID per context (web application) in Websphere server?

Thanks,
selva