Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-l-brockwell committed Dec 18, 2024
1 parent 391a2ab commit 70763cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def set_session_identifier
end

def session_cookie
cookies["_qae_session#{"_development" if Rails.env.development?}"]
cookies["_qae_session_#{Rails.env}"]
# cookies["_qae_session#{"_development" if Rails.env.development?}"]
end

protected
Expand Down

0 comments on commit 70763cd

Please sign in to comment.