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