【发布时间】:2013-03-12 20:33:43
【问题描述】:
我将 grails 2.2 用于大型、非平凡的 Web 应用程序,采用“无共享”方法。我发现 Grails 插件 -> grails Web 流非常有用,但是我无法将会话状态存储在用户会话中。有没有办法将其存储在诸如 memcached 或 Coherence*Web 之类的外部存储中?
注意:shared nothing是指在Java EE web引擎的Http session中不存储任何信息,以避免在集群环境中复制session信息。
【问题讨论】:
标签: grails persistence scalability grails-plugin spring-webflow-2