-
I actually have a question, Us who actually use an SSO on all our domain are "already" covered security whise, so i would like to know how i can indefinitly maintain one connection until a way to disable to form come like asked in this issue: #4426 What the maximum number of time accepted by adguard in the yaml file : web_session_ttl Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you mean that you would like to have an infinite web session, you can actually just set |
Beta Was this translation helpful? Give feedback.
If you mean that you would like to have an infinite web session, you can actually just set
web_session_ttl
to a very large value. Setting it to something like1000000
would give you a session more than a century long, which should be plenty for most tasks.