Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_is_postpreserve_enabled()

Finds out if POST data preservation is enabled by clients through 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 boolean_t with one of the following values:

True

If POST preservation is switched on.

False

If POST preservation is switched off.