cookies_serializer.rb 412 B

123456789
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. # Be sure to restart your server when you modify this file.
  3. # Specify a serializer for the signed and encrypted cookie jars.
  4. # Valid options are :json, :marshal, and :hybrid.
  5. # Since sessions are stored in the database, the serializer is not used / not relevant.
  6. # Rails.application.config.action_dispatch.cookies_serializer = :json