Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /ServerController.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Sun Nov 22 11:18:44 2015 UTC (8 years, 3 months ago) by yamat0jp
File size: 967 byte(s)
方向性はあってますが技術的に行き詰っています.IntraWebの情報・経験が不足しています.
ボタンでフォームを切り替えることさえうまくいきませんがセッションの問題でしょうか?
1 yamat0jp 1 object IWServerController: TIWServerController
2     OldCreateOrder = False
3     AuthBeforeNewSession = False
4     AppName = 'zencart_clone'
5     CacheDir = 'e:\temp'
6     ComInitialization = ciMultiThreaded
7     Compression.Enabled = True
8     Compression.Level = 6
9     Description = 'My IntraWeb Application'
10     DebugHTML = False
11     DisplayName = 'IntraWeb Application'
12     Log = loNone
13     EnableImageToolbar = False
14     ExceptionDisplayMode = smAlert
15     HistoryEnabled = True
16     JavascriptDebug = False
17     PageTransitions = False
18     Port = 8888
19     RedirectMsgDelay = 0
20     ServerResizeTimeout = 0
21     ShowLoadingAnimation = True
22     SessionTimeout = 10
23     SSLOptions.NonSSLRequest = nsAccept
24     SSLOptions.Port = 0
25     SSLOptions.SSLVersion = sslv3
26     Version = '14.0.0'
27     AllowMultipleSessionsPerUser = False
28     IECompatibilityMode = 'IE=8'
29     OnNewSession = IWServerControllerBaseNewSession
30     OnBeforeRender = IWServerControllerBaseBeforeRender
31     Height = 310
32     Width = 342
33     end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26