Categories
OBIEE 12C user session out

Dear Experts,
Could you please let me know where to implement the session out in obiee 12c environemnt. OBIEE user idle is some time then session should be logout , could you please let me know where to implement this , same as Weblogic console and EM ?
Env: OBIEE 12.2.1.4.0
Windows server 2016
Answers
-
-
Dear Joel,
Thanks for your reply.
1.This is the only one place to add the details or is there any other way to implement session timeout.
<ServerInstance>
...
<Security>
<ClientSessionExpireMinutes>n</ClientSessionExpireMinutes>
<LogonExpireMinutes>n</LogonExpireMinutes>
</Security>
...
</ServerInstance>2. For Weblogic console and EM where to implement session timeout
0 -
The document clearly states all the steps needed in order to modify the user session timeout.
0