How Do I Set Up Automatic Client Machine Clean Up on NetScaler Gateway?

How Do I Set Up Automatic Client Machine Clean Up on NetScaler Gateway?

book

Article ID: CTX224242

calendar_today

Updated On:

Description

This article describes how to set up automatic client machine clean up on NetScaler Gateway.

Background

This article will allow a NetScaler administrator to force clean-up when an user closes a session. You can specify all, none, or any combination of the client-side items. These items are:
  • Cookie
  • Address Bar
  • Plug-in
  • File System Application
  • Application
  • Application Data
  • Client Certificate
  • Auto-Complete
  • Cache

Prerequisites

A session profile and policy is created and bound to the VPN Vserver.


Instructions

From NetScaler GUI

  1. Log on to NetScaler GUI and follow the path, Configuration tab > NetScaler Gateway > Virtual Servers.

  2. Select the virtual server for which you want to set up automatic client machine clean up. Click edit.

    User-added image

  3. Scroll down to policies section and click Session Policy.

  4. Select the bound policy and click the Edit drop-down and select Edit profile.

    User-added image

  5. Click on Client Experience and scroll down to the Advanced Settings checkbox and select it. Select the Client Cleanup tab. There are multiple choices available in this area as shown below; select OK.

    User-added image

    Another alternative is to edit the session profile from Configuration tab > NetScaler Gateway > Policies > Session.

From NetScaler CLI

We can use the following cli command and enable this functionality.
set vpn parameter -forcecleanup ?

addressbar    autocomplete    filesystemapplication
all    cache    none
application    clientcertificate    plugin
applicationdata    cookie

Issue/Introduction

This article describes how to set up automatic client machine clean up on NetScaler Gateway.