Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_postcache_remove()

Removes POST data from the POST cache.

Syntax

#include "am_web.h"
AM_WEB_EXPORT void
am_web_postcache_remove(const char *key);

Parameters

This function takes the following parameters:

key

Key to remove an entry from POST data structure.

Returns

None