My Oracle Support Banner

How to Achieve a Timeout in Webcenter Spaces? (Doc ID 1547940.1)

Last updated on OCTOBER 30, 2019

Applies to:

Oracle WebCenter Portal - Version 11.1.1.6.0 to 11.1.1.6.0 [Release 11g]
Information in this document applies to any platform.

Goal

The Webcenter Spaces session needs to timeout after 20 minutes.
The SampleWebcenterSpaces extensions is being used for sesssion timeout (Using Spaces Extension Samples).
However, even after changing the timeout to 1200 seconds, Webcenter Spaces session gets invalidated after about 25minutes.

The following settings are being used:
int secsTimeout = session.getMaxInactiveInterval();
// CUSTOMER - time in seconds before the value in web.xml to expire the session
int secondsBefore = 1200;

What needs to be changed/set to get this to timeout after 20 minutes?
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.