Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_postcache_insert()

Inserts POST data entry in the POST cache.

Syntax

#include "am_web.h"
AM_WEB_EXPORT boolean_t am_web_postcache_insert(const char *key,
                        const am_web_postcache_data_t *value);

Parameters

This function takes the following parameters:

key

POST data preservation key for every entry.

value

Structure to store POST data value and redirect URL.

Returns

This function returns boolean_t with one of the following values:

True

If insertion was successful.

False

If insertion was not successful.