CheckSameUA

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWSecurityOptions > Properties >

CheckSameUA

When True, IntraWeb will check if all requests addressed to a single session originated from the same browser, i.e. they both have the same user agent string. If a different UA is detected, the request will be blocked and IntraWeb will respond with an error message. In general you should consider leaving this checked (True).

 

SIGNATURE=IWServerControllerBase.TIWSecurityOptions.CheckSameUA

 

ETYPE=Property

 

Declaration:

Delphi:

published property CheckSameUA: Boolean;

C++:

__published: __property bool CheckSameUA;

 

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