AllowSearchEngines

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWSessionOptions > Properties >

AllowSearchEngines

When False, all requests coming from search engines and bots will be blocked (a response 404 - Not found will be generated) before creating a new session. Search engines and bots can generate hundreds or even thousands of requests which can put a web application under heavy load. If you don't require your application to be discovered by bots/search engines, leave this as False.

 

Default value is False

 

SIGNATURE=IWServerControllerBase.TIWSessionOptions.AllowSearchEngines

 

ETYPE=Property

 

Declaration:

Delphi:

published property AllowSearchEngines: Boolean;

C++:

__published: __property bool AllowSearchEngines;

 

Description: This is AllowSearchEngines, a member of class TIWSessionOptions.