woensdag 12 januari 2011

Set Global User Inactivity Timeout (GITO) SSO

cd $ORACLE_HOME/sso/admin/plsql/sso

sqlplus orasso/xxxx@infra_db

SQL> @ssogito
=============================================
SSO Server Inactivity Timeout Configuration
=============================================
Timeout          : DISABLED
Cookie name      : OSSO_USER_CTX
Cookie domain    : .domain.com
Inactivity period: 15 minutes
Encryption key   : G2N3011T68FD152W
-------------------------------------------
To disable timeout set inactivity period
to 0, (zero)
Press return key twice if you do not want
to change timeout configuration.

PL/SQL procedure successfully completed.

Enter value for timeout_cookie_domain: .domain.com
Enter value for inactivity_period: 15
Timout                   : ENABLED
New timeout cookie domain: .domain.com
New inactivity period    : 15 minutes

PL/SQL procedure successfully completed.

No errors.

SQL>exit

Restart HTTP Server and SSO Server:

opmnctl restartproc process-type=OC4J_SECURITY
opmnctl restartproc process-type=HTTP_Server


Check "OssoIdleTimeout" parameter in mod_osso.conf on the MID TIERS.
To activate gito, the parameter must be set to "on".

vi $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf


LoadModule osso_module libexec/mod_osso.so

<IfModule mod_osso.c>

   OssoIpCheck off
   OssoIdleTimeout on
#   OssoIdleTimeout off

...
..

</IfModule>


Restart the HTTP Server(s) of the MID TIER(S):


opmnctl restartproc process-type=HTTP_Server

Geen opmerkingen:

Een reactie posten