2 questions
By default, Rails saves sessions to cookies.However, I often hear cases where you use memcached or redis because you don't like it.However, I always don't know why cookies are not good, so I'm muddled...
I'm trying to manage the session using memcached because I'm load balancing two servers.I have added the following code to all the pages, but the loading is very heavy...How should I change it?Please ...
© 2024 OneMinuteCode. All rights reserved.