Sun Java System Access Manager 7.1 C API Reference

am_web_is_postpreserve_enabled()

Returns a boolean specifying whether POST data preservation is enabled for clients in AMAgent.Properties.

Syntax

#include "am_web.h"
AM_WEB_EXPORT boolean_t
am_web_is_postpreserve_enabled();

Parameters

This function takes no parameters

Returns

This function returns one of the following values of the boolean_t enumeration (defined in the <am_types.h> header file):

B_TRUE

If POST data preservation is on.

B_FALSE

If POST data preservation is off.