Miscellaneous Settings
Configure the serverSessionTimeout, bitly.username, and bitly.apikey parameters.
Property keys and values for serverSessionTimeout, bitly.username, and bitly.apikey parameters.
Property Key Property Value serverSessionTimeout Client inactivity timeout, after which the MobileFirst session is invalidated. Default is 10 minutes.
bitly.username User name for accessing the bit.ly API for creating a shortened URL for mobile web apps through operations console. bitly.apikey The bit.ly API Key. compress.response.threshold The threshold size of the payload that is returned in response to an invokeProcedure call beyond which the response is compressed. Default is 20480 bytes. Responses with payload larger than the compress.response.threshold are compressed by the server. To disable compression, set this value to a large value. Similarly, to compress every response, set this value to 0 (zero). If the payload is larger than the compress.response.threshold, the payload is compressed irrespective of whether or not compression was requested by the client through the compressResponse option.
Parent topic: Application server-side configuration parameters