ADC

Global session settings

In addition to or instead of creating session profiles and policies, you can configure global session settings. These settings control the session configuration when there is no explicit policy overriding them.

To configure the session settings by using the command line interface

At the command prompt, type the following commands to configure the global session settings and verify the configuration:

```set tm sessionParameter [-sessTimeout ][-defaultAuthorizationAction ( ALLOW | DENY )][-SSO ( ON | OFF )][-ssoCredential ( PRIMARY | SECONDARY )][-ssoDomain ][-httpOnlyCookie ( YES | NO )][-persistentCookie ( ENABLED | DISABLED )] [-persistentCookieValidity ]


Example

set tm sessionParameter -sessTimeout 30 Done set tm sessionParameter -defaultAuthorizationAction DENY Done set tm sessionParameter -SSO ON Done set tm sessionParameter -ssoCredential PRIMARY Done

```

To configure the session settings by using the configuration utility

  1. Navigate to Security > AAA - Application Traffic
  2. In the details pane, under Settings, click Change global settings.
  3. In the Global Session Settings dialog, type or select values for the parameters.
    • Session Time-out—sessTimeout
    • Default Authorization Action—defaultAuthorizationAction
    • Single Sign-on to Web Applications—sso
    • Credential Index—ssoCredential
    • Single Sign-on Domain—ssoDomain
    • HTTPOnly Cookie—httpOnlyCookie
    • Enable Persistent Cookie—persistentCookie
    • Persistent Cookie Validity (minutes)—persistentCookieValidity
    • Home Page—homepage
  4. Click OK.
Global session settings