+

Search Tips   |   Advanced Search

Configure remote session invalidation

We can configure the consumer to invalidate the remote session when a user explicitly logs out of the Consumer portal. If we enable remote session invalidation and a user logs out of the Consumer portal, the Consumer sends a releaseSessions WSRP request to all the Producers with which the user interacted. The Producers portals can then invalidate these sessions.

By default, remote session invalidation is disabled.

Before we enable remote session invalidation, carefully consider the performance impact:

To configure remote session invalidation, set the following configuration property on the Consumer portal:

wsrp.consumer.releaseSessions.enabled = (false|true)

Enable or disable remote session invalidation. The default for this property is false. This default setting means that the Consumer does not invalidate remote sessions.

We set this property in the portal WP Configuration Service using the WAS console. For details about portal service configuration properties and how to set them, read Portal service configuration and Setting service configuration properties.


Parent topic: Customize the WSRP configuration of the Consumer portal

Related tasks:

Set service configuration properties

Related reference:

Portal service configuration