Hi
I have two web apps deployed on same app server (sun app server 9.1).
Is it possible to share http session data across them (please ignore the fact that servlet spec does not say to do so)?
Weblogic provides following setup to achieve this.
<weblogic-application xmlns="
http://www.bea.com/ns/weblogic/90";;>
<session-descriptor>
<persistence-store-type>memory</persistence-store-type>
<sharing-enabled>true</sharing-enabled>
</session-descriptor>
</weblogic-application>
please help.
sujee
[Message sent by forum member 'bayshore' (bayshore)]
http://forums.java.net/jive/thread.jspa?messageID=305911