MaxPostTextInKey

 

Type

 

Long Integer

 

Description

 

Determines how many significant characters of POST text (when present) are used for the internal page key.

 

Example

 

REM Don’t use any POST text in internal keys

WebsterPro1. MaxPostTextInKey = 0

 

Remarks

 

When a page is retrieved via a Form POST operation, the internal key used to refer to a page URL should contain a sufficient number of characters from the POSTed text to uniquely identify that page (vs. other cached pages potentially originating from the same Form). The MaxPostTextInKey property determines the number of characters of POSTed text included in the internal key. The default setting is 512.