ServerController.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > X > Phonetics Customer Profiler >

ServerController.dfm

object IWServerController: TIWServerController

 OldCreateOrder = False

 AuthBeforeNewSession = False

 AllowSubFolders = True

 AppName = 'Phonetics'

 CacheExpiry = 2

 ComInitialization = ciNone

 Compression.Enabled = False

 Compression.Level = 6

 Description = 'Phonetics Customer Profiler'

 DebugHTML = False

 Log = loNone

 EnableImageToolbar = False

 ExceptionDisplayMode = smAlert

 ExecCmd = 'EXEC'

 FilesDir = 'Files\'

 HistoryEnabled = False

 InternalFilesURL = '/'

 Browser32Behaviour.Netscape4As32 = True

 Browser32Behaviour.Netscape6As32 = True

 Browser32Behaviour.IExplorer4As32 = True

 MasterTemplate = 'masterTemplate.html'

 PageTransitions = False

 Port = 0

 ReEntryOptions.AutoCreateSession = False

 RestrictIPs = False

 RestrictSubnet = False

 RedirectMsgDelay = 0

 ServerResizeTimeout = 0

 SessionTrackingMethod = tmURL

 ShowResyncWarning = True

 SessionTimeout = 10

 SupportedBrowsers = [brIE, brNetscape7, brNetscape6]

 SSLOptions.NonSSLRequest = nsAccept

 SSLOptions.Port = 0

 ThreadPoolSize = 32

 UnknownBrowserAction = ubReject

 Version = '7.2.31'

 OnNewSession = IWServerControllerBaseNewSession

 Left = 339

 Top = 197

 Height = 310

 Width = 342

end