web/webconfig.py
branchstable
changeset 5515 513af9be9e37
parent 5500 55a40cc0ab9a
child 5527 01a7228ab5a0
child 5554 9b7bdbfee68b
equal deleted inserted replaced
5514:3679015c0a50 5515:513af9be9e37
   129          {'type' : 'time',
   129          {'type' : 'time',
   130           'default': 0,
   130           'default': 0,
   131           'help': "duration of the cookie used to store session identifier. "
   131           'help': "duration of the cookie used to store session identifier. "
   132           "If 0, the cookie will expire when the user exist its browser. "
   132           "If 0, the cookie will expire when the user exist its browser. "
   133           "Should be 0 or greater than repository\'s session-time.",
   133           "Should be 0 or greater than repository\'s session-time.",
   134           'group': 'web', 'inputlevel': 2,
   134           'group': 'web', 'level': 2,
   135           }),
   135           }),
   136         ('cleanup-session-time',
   136         ('cleanup-session-time',
   137          {'type' : 'time',
   137          {'type' : 'time',
   138           'default': '24h',
   138           'default': '24h',
   139           'help': 'duration of inactivity after which a connection '
   139           'help': 'duration of inactivity after which a connection '