Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据烧杯文件:
Beaker 不会在其任何后端自动删除过期或旧 cookie。此任务由开发人员根据会话的使用方式和后端留给开发人员。
使用mcinspect我发现我的 memcached 实例确实保留会话记录的时间比会话有效/正在使用的时间长得多。
从 memcached 中删除已删除/过期/旧/无效的烧杯会话的最佳方法是什么?
你在问什么,或者你为什么问这个?您是指逻辑中的无效/旧,还是它们实际上已过期?
如果它们在 memcached 中真的过期了,那么出于所有实际目的,它们将“消失”-> 它们将不会被退回,并且空间可用于新会话。无需做任何事情
如果它们在其他域中是旧的/无效的,并且您无法检查,您可能需要刷新您的 memcached,但这会删除您的所有条目。