mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
parent
d430092ba2
commit
fc02e4ad8a
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ class EppController < ApplicationController
|
|||
def update_epp_session
|
||||
iptables_counter_update
|
||||
|
||||
if !Rails.env.development? && session_timeout_reached?
|
||||
if session_timeout_reached?
|
||||
@api_user = current_user # cache current_user for logging
|
||||
epp_session.destroy
|
||||
response.headers['X-EPP-Returncode'] = '1500'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue