mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
parent
fe0dca8c71
commit
ccc613a6de
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class EppController < ApplicationController
|
|||
|
||||
# SESSION MANAGEMENT
|
||||
def epp_session
|
||||
cookies # Probably does some initialization
|
||||
cookie = env['rack.request.cookie_hash'] || {}
|
||||
EppSession.find_or_initialize_by(session_id: cookie['session'])
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue