Increase gerrit session timeout to 24h.

Set session cookies to SSL-only.

Change-Id: Ie49b0fe90f4c8c9f1c603d21b21e67fbdda6196c
This commit is contained in:
James E. Blair 2011-09-14 11:20:47 -07:00
parent b164f8a466
commit ced39692eb

View File

@ -12,6 +12,7 @@
[auth]
type = OPENID_SSO
openIdSsoUrl = <%= openidssourl %>
cookieSecure = true
[sendemail]
smtpServer = localhost
[container]
@ -23,6 +24,8 @@
listenUrl = proxy-https://*:8081/
[cache]
directory = cache
[cache "web_sessions"]
maxAge = 1d
[user]
email = <%= email %>
<% commentlinks.each do |commentlink| -%>