Groups > Weblogic > WebLogic Webserver > Re: Single web app, one session, two URLs




Re: Single web app, one session, two URLs

Re: Single web app, one session, two URLs
Mon, 3 Dec 2007 19:00:38 -0800
Hi, Rick,

Did you get a solution for it?

In case of WLS 9.0 or later, adding a <sharing-enabled> into the
<session-descriptor> of your weblogic-application.xml may be what you
want. Setting the attribute to true enables session sharing across multiple Web
applications.

In case of WLS 8.1, you may have a try to persistent the sessions of your 2 web
applications into a same directory. However, it only a thought. I am not sure if
it works for your case. Please refer to
http://edocs.bea.com/wls/docs81/webapp/weblogic_xml.html#1038173 for detail.

Thanks,
Post Reply
about | contact