I am using grails 2.2 for a large, non trivial web application, with “shared nothing” approach. I find Grails plugin -> grails Web flows very useful , however I cannot store the conversation state in the user session. Is there a way to store this in external storage such as memcached or Coherence*Web?
Note: shared nothing means not storing any information in Http session of a Java EE web engine, so as to avoid need for replication of session information in a clustered environment.