|
<< Click to Display Table of Contents >> Navigation: Classes > TIWSecurityOptions > Properties > CheckSameIP |
When True, IntraWeb will check if all requests addressed to a single session originated from the same IP. If a different IP is detected, the request will be blocked and IntraWeb will respond with an error message. In general you should consider leaving this unchecked (False). Some routers and even ISP can forward two different requests originating from the same origin and addressed to the same target, from two different routes or IPs. You should only set this to True when you are absolutely sure that this won’t affect your users (e.g. Intranets).
SIGNATURE=IWServerControllerBase.TIWSecurityOptions.CheckSameIP
ETYPE=Property
Declaration:
Delphi: |
published property CheckSameIP: Boolean; |
C++: |
__published: __property bool CheckSameIP; |
Description: This is CheckSameIP, a member of class TIWSecurityOptions.