SpecialClientSecureMessages (Magic xpa 2.x)
This flag defines whether messages exchanged between the (Rich or Browser) client and the server will be secured.
RIA specific (since version 1.8): This flag also controls the security of cached files. By default, cached files are encrypted by the server (using the Data Encryption (DES) algorithm, with 64-bit keys) and decrypted by the client while they are loaded into memory. When this flag is set to N, cached files are never encrypted or decrypted.
General note: The recommended approach to fully secure any Web-based application is by using the HTTPS protocol between the clients and their Web server.
Valid values: Y,N
Default value: Y
Since version: Up until V1.8, this flag was called SecureBrowserClient.