Document/Allow adjustable session timeout or persistence #3542
ericwong3
started this conversation in
Feature suggestions
Replies: 1 comment 1 reply
-
|
I can't quickly find much documentation on the matter but it looks like you just need to update this file so would be interesting to see a PR https://github.com/postalserver/postal/blob/main/config/initializers/session_store.rb I don't know if the defaults are secure or not so would be good for someone who knows more about ruby on rails to chip in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For the admin backend, there is currently no mention of what is the default timeout setting (e.g., is it browser session or is it some number of days), and there is a always a prompt which allows the user to persist the session for a hardcoded 2 months, which would be generally too long for any infrastructure components)
We should at least add the following:
Beta Was this translation helpful? Give feedback.
All reactions