Fix/session store
Session store is not linked to Rails.config, as Decidim has a core initializer that will overrides it.
So we use
config.after_initialize
to overrides this value.
Session store is not linked to Rails.config, as Decidim has a core initializer that will overrides it.
So we use
config.after_initialize
to overrides this value.