Secure Proxy Server :: Enablecachepostdata and Maxcachedpostdata : Server.conf
search cancel

Secure Proxy Server :: Enablecachepostdata and Maxcachedpostdata : Server.conf

book

Article ID: 51324

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

Description:

I am using an old server.conf file after having upgraded the Secure Proxy Server to the latest version. I would like to set parameters:

 enablecachepostdata
 maxcachedpostdata

but I don't know where to set them in the server.conf file. In which section should I describe them?

Solution:

You need to set the parameters:

 enablecachepostdata
 maxcachedpostdata

in the section:

 <Server>                                                         
 </Server>

of server.conf file as set by default on fresh install:

    #This parameter is applicable to the caching of POST data.       
    #"no"--- Default Value. Post data ia not cached by SPS.          
    #"yes"--- POST data Caching enabled                              
    enablecachepostdata="yes"                                        
    #This parameter defines that maximum size of POST data that is to
    # be cached.            
    #Size in Kb             
    maxcachedpostdata="1024"

Environment

Release:
Component: SMSPS