Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPP session timeout does not end sessions #711

Closed
vohmar opened this issue Feb 14, 2018 · 3 comments · Fixed by #1331
Closed

EPP session timeout does not end sessions #711

vohmar opened this issue Feb 14, 2018 · 3 comments · Fixed by #1331
Assignees
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Feb 14, 2018

There are millions of sessions still up in registry db indicating that session timeout is not ending idle sessions.

Expected behavior is that all sessions that are idle/inactive are ended after predefined period of time and the session record is deleted from the sessions table.

@vohmar
Copy link
Contributor Author

vohmar commented Sep 20, 2019

epp:clear_expired_sessions kills all sessions including the ones not yet expired

@vohmar vohmar assigned artur-intech and unassigned vohmar Sep 20, 2019
artur-intech pushed a commit that referenced this issue Sep 30, 2019
@artur-intech
Copy link
Contributor

artur-intech commented Sep 30, 2019

@ratM1n What is the value of epp_session_timeout_seconds setting? I cannot reproduce the issue reported by @vohmar.

@teadur
Copy link
Contributor

teadur commented Oct 4, 2019

@artur-beljajev
application.yml:epp_session_timeout_seconds: '300'

artur-intech pushed a commit that referenced this issue Oct 16, 2019
yulgolem pushed a commit that referenced this issue Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants