I have WAS(Websphere Application Server) 6.1 and RSA (Rational Software Architect) 7.0 I want to share session between two different application in same server and under same EAR.
I tried this
but in RSA does not show me "Deployment Descriptor Editor" option when I right click on my EAR.
Somehow I believe it adds "Shared session context" extension in "ibm-application-ext.xmi". I tried to add
<shared-session-context value="true"/>
in this file but server throw
Feature 'shared-session-context' not found. (file:///D:/Appl/IBM/SDP70/runtimes/base_v61/profiles/AppSrv01/META-INF/ibm-application-ext.xmi, 4, 27)
Am I missing something?