PreventDoubleSubmission

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWSecurityOptions > Properties >

PreventDoubleSubmission

When True (Default), IntraWeb will check the contents of POST request and it will prevent double submission, i.e. a successive POST request containing the exact same values will be ignored. Please note that only two consecutive requests can be considered for this analysis. When a double submission is detected, IntraWeb will ignore the content and will just render the page again.

 

SIGNATURE=IWServerControllerBase.TIWSecurityOptions.PreventDoubleSubmission

 

ETYPE=Property

 

Declaration:

Delphi:

published property PreventDoubleSubmission: Boolean;

C++:

__published: __property bool PreventDoubleSubmission;

 

Description: This is PreventDoubleSubmission, a member of class TIWSecurityOptions.