memcached tag

2 questions


2 answers
111 views
0
Why use memcached or redis instead of cookies when saving sessions?

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...


1 answers
79 views
0
Session management using memcached

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 ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.