我無法讓CC延長會話時間,默認10分鐘!我試圖擴展會話持續時間與內存和基於文件的緩存,但似乎沒有任何幫助。延長CruiseControl.NET會話持續時間
我使用版本1.9.48.0,因爲svn支持的多源代碼控制。
這是我已經試過:
<internalSecurity>
<cache type="inMemoryCache" duration="300" mode="sliding" />
or
<cache type="fileBasedCache" duration="100" mode="sliding" location="C:\ccnet\sessions\" />
...
</internalSecurity>
你可以嘗試增加到60.它似乎工作,直到60爲我。 - inmemorycache – Slartibartfast
您是否增加了IIS中的會話超時時間? – iamkrillin
<內部保安> <緩存類型= 「inMemoryCache」 持續時間= 「600」 模式= 「滑動」/> < CB:包括HREF = 「securityUsers.xml」/ > < CB:包括HREF = 「securityPermissions.xml」/ > <默認forceBuild = 「允許」 startproject命令= 「拒絕」 的sendMessage = 「拒絕」 changeProject = 「拒絕」 modifySecurity =「拒絕「viewProject =」Deny「defaultRight =」Deny「/ > </internalSecurity > –
explodingcreeperssss