Previous Topic: SSL Settings in the server.conf File

Next Topic: Select Character Set for Code Headers

Setting for Special Characters within the Cookie

The server.conf file includes a parameter, addquotestocookie, for preserving the SPS practice of enclosing the cookie parameter value in double quotes when the value is not zero. You can change the value of addquotestocookie to "no" when you do not want the SPS to add double quotes around the cookie value before sending it to the backend.

The entry in the server.conf file appears as follows:

<Server>
.
.
<sslparams>
.
.
</sslparams>
#This parameter is applicable to the cookie added by backend.
#"yes"--- Default Value. Quotes will be added to the cookie parameter value
#which contains special characters if the cookie version is other than "0"
#"no" --- Quotes will not be added to the cookie.
addquotestocookie="yes"
                
</Server>