X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=config%2Fauthentication.pl.default;h=42b888bc2ae09b7315ff41c2718ab4444b407161;hb=78c8b931b0081dc5c082615c6dac24b7d8f6ff7f;hp=8e1749c7a8e0e99802ddecf42932552f4c6d6d52;hpb=8c7e44938a661e035f62840e1e177353240ace5d;p=kivitendo-erp.git diff --git a/config/authentication.pl.default b/config/authentication.pl.default index 8e1749c7a..42b888bc2 100644 --- a/config/authentication.pl.default +++ b/config/authentication.pl.default @@ -57,4 +57,9 @@ $self->{LDAP_config} = { # Der Name des Cookies kann geändert werden, sofern gewünscht. # $self->{cookie_name} = 'lx_office_erp_session_id'; +# Die Zeitspanne, bis eine inaktive Session ungültig wird, kann +# hier geändert werden. Der Standardwert ist acht Stunden. +# Die Angabe ist in Minuten. +# $self->{session_timeout} = 8 * 60; + 1;