Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_postcache_lookup()

Looks up POST data in the POST cache.

Syntax

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

Parameters

This function takes the following parameters:

key

Key to search POST data entry in POST data structure

Returns

This function returns M_WEB_EXPORT boolean_t with one of the following values:

am_web_postcache_data_t

Data structure containing POST data and redirect URL