Suppose that we have a performance-oriented applications works in cluster. It contains a lot of users.It known that the session is replicated poorly so application can be badly scalable.Of course the best way is create application as stateless. (without serializations between nodes ) But my question is : When we decide keep HttpSession in some storage e.g Redis or memcached ?
You think is a good idea keep HttpSession in some nosql instance ?
Thanks