Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
6305d0f8
Commit
6305d0f8
authored
Jun 08, 2020
by
Fabrice Gangler
🎨
Committed by
Matthieu FAURE
Jun 08, 2020
Browse files
FEAT: increase the length of the session
parent
c15f9ca1
Pipeline
#9950
passed with stage
in 3 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
config/bootstrap.php
View file @
6305d0f8
...
...
@@ -256,7 +256,9 @@ Configure::write('MAX_DISPLAY', 3);
Configure
::
write
(
'Session'
,
[
'defaults'
=>
'php'
,
'cookie'
=>
'ComptoirDuLibre'
,
'timeout'
=>
60
// 60 minutes
// Time of inactivity allowed for a user before automatic disconnection
'timeout'
=>
180
// 3 h = 3 x 60 minutes
]);
// Limit value for software datas
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment