Session stores a copy of an item in the cache for each session (memory only).
会话在缓存中为每个会话存储一个条目的副本(仅内存)。
Each extra session requires extra memory for its backups on every node in the cluster, so you quickly run out of memory.
每个额外节点都需要额外的内存来保存集群中每个节点的备份,所以很快就会用光内存。
Users are usually given a token that identifies the session in this memory bucket.
常常会给用户分配一个标志,这个标志标识内存中的会话。
应用推荐