summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2023-07-18 16:28:58 -0700
committerIvan Kohler <ivan@freeside.biz>2023-07-18 16:28:58 -0700
commit5736b748338a6737f6c24c063b724ebdb77fb79f (patch)
tree5ceaca7b1c63d3d899b3b6fe50a1f330c19620f3 /FS/FS
parent69fdc0a65143c0880990cbb66a068c0442ba7f70 (diff)
default to a session cookie instead of setting an explicit timeout, weird timezone/clock skew effects on server can cause firefox and other browsers to reject the session cookie, leading to silent login failuresHEADmaster
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 383fb0e..57a8867 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2452,8 +2452,8 @@ and customer address. Include units.',
{
'key' => 'selfservice-timeout',
- 'section' => 'self-service',
- 'description' => 'Timeout for the self-service login cookie, in seconds. Defaults to 1 hour.',
+ 'section' => 'deprecated',
+ 'description' => 'Deprecated. Was the timeout for the self-service login cookie, in seconds. Defaulted to 1 hour.',
'type' => 'text',
},