---
title: "Optional: Configuring an ASE persistent connection"
description: You can optionally configure ASE TCP keep-alive connections in the ase.conf file of ASE.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_integrations:pingintelligence_configure_persistent_connection_pa
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_integrations/pingintelligence_configure_persistent_connection_pa.html
revdate: April 3, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# Optional: Configuring an ASE persistent connection

You can optionally configure ASE TCP keep-alive connections in the `ase.conf` file of ASE.

## About this task

To configure an ASE persistent connection:

## Steps

* Set `enable_sideband_keepalive` as `true`.

  The default value is set to `false`.

  ### Example:

  The following is a snippet of `ase.conf` displaying the default `enable_sideband_keepalive` variable.

  ```
  ; enable connection keepalive for requests from gateway to ase.
  ; This setting is applicable only in sideband mode.
  ; Once enabled ase will add 'Connection: keep-alive' header in response
  ; Once disabled ase will add 'Connection: close' header in response
  enable_sideband_keepalive=false
  ```
