-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix session in production #632
Conversation
@takahashim root@fa837da006a0:/data# redis-cli
127.0.0.1:6379> keys *
(empty array) となりました。 プログラムを見た感じ root@fa837da006a0:/data# redis-cli
127.0.0.1:6379> keys *
(1) decidim_session... のようになっていると予想しているのですが、間違いないでしょうか? |
@sion908 Production環境で |
@takahashim
Rails.cache.redis.pingは
のような感じで色々帰ってきます
セッションはこのようになっていました |
お、development環境なんですね(ちなみにdevelopmentでしたら #630 だけでも動作するはずです) |
@takahashim
を実行したところ確かに、redisには値が入っているようでした
redisを確認したところ上のような実行結果で、セッションのログは見当たらないようでした
一応これは中身を確認したのですが、
の一文からkeyは |
@takahashim とりあえずうごきました |
🎩 What? Why?
※ #630 をマージされているのが前提です。
productionのセッションも #630 に合わせて修正するものです。
📌 Related Issues
📋 Subtasks
CHANGELOG
upgrade notes, if required