Configure the temporary cache response page
Use the temp-cache-response entry in the [acnt-mgt] stanza of the WebSEAL configuration file to set the default management page. WebSEAL returns this page after processing a pkmstempsession request if no redirect URL is supplied in the pkmstempsession request.
By default, WebSEAL returns temp_cache_response.html.
[acnt-mgt] temp-cache-response = temp_cache_response.html
Example
The following example illustrates a typical request:http://<server>/pkmstempsession?url=<requested_resource>
If the url argument is not included in the request then WebSEAL returns the page specified by the temp-cache-response configuration entry.
Parent topic: Configure the temporary session cache