users@glassfish.java.net

Http session| share between diff. web app

From: <glassfish_at_javadesktop.org>
Date: Mon, 13 Oct 2008 01:45:35 PDT

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