-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix EPP session timeout #1331
Fix EPP session timeout #1331
Conversation
aff96ed
to
0fa9575
Compare
c56924a
to
2376481
Compare
2376481
to
def974a
Compare
@artur-beljajev why does not running the cleanup break logging in ? |
|
this branch returns this error on running passenger: this is from Apache log - starting application fails. |
def974a
to
a8f185c
Compare
@ratM1n |
a8f185c
to
9baa65a
Compare
c21d247
to
16db735
Compare
Fixed some style & tests, let's check this. |
|
The timeout variable was not set in the deploy script. |
@ratM1n @teadur
epp:clear_expired_sessions
. It should be scheduled to run periodically, depending on how often we want to purge expired sessions. Needed to be run manually on deploy, or otherwise nobody will be able to login.Fixes #711