Studioのヘッダーに表示されるタイムアウト通知は、2つの設定によって制御されます: portal-ext.propertiesのsession.timeoutと、Studioを実行しているWebLogic Serverのweb.xmlの設定。
portal-ext.properties
session.timeout
web.xml
これらの設定の値は同じである必要があります。 つまり、portal-ext.propertiesでタイムアウトを30分に設定すると、web.xmlと一致する必要があります。 デフォルトでは、portal-ext.propertiesのsession.timeout=30。
session.timeout=30
Studioセッション・タイムアウト値を変更するには :
$DOMAIN_HOME/config/studio/portal-ext.properties