cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP sessions across multiple Web applications

Former Member
0 Kudos

Hi All,

We are deploying some of the applications created in weblogic in SAP Java AS.

These applications are accessed straight from Java AS (like NWA or other modules) and not via Portal.

We have a requirement that the session fo one application be shared with others. In weblogic this is achieved as below

__Brief description on Session Sharing__

Session Sharing specifies whether HTTP sessions are shared across multiple Web applications.

In Weblogic this is an optional feature customizable in weblolgic-application.xml

Sample weblogic-application.xml

<?xml version='1.0' encoding='UTF-8'?>

<weblogic-application xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<session-descriptor>

<persistent-store-type>replicated_if_clustered</persistent-store-type>

<sharing-enabled>true</sharing-enabled>

</session-descriptor>

</weblogic-application>

session-descriptor (Optional Element ) - Specifies a list of configuration parameters for servlet sessions.

sharing-enabled (Optional Element ) - Specifies whether HTTP sessions are shared across multiple Web applications. Default value is false.

this feature available in SAP Net Weaver application server? If yes, how do we achieve the same.

Warm Regards

S Chandra Mohan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello! I am searching an answer to this question too!!!

Did you get some news regarding this item?

Regards,

C.M.