Hi Jon. Could you send me what you have so far and I'll try to take a look at it. I'm pretty choked right now so I can't give it too many cycles but I'll try to do my best :-)
Mail it to me directly: <my first name> AT jonasboner.com /Jonas 2009/11/6 jon <[email protected]>: > > Hi, > > Has anyone had any recent success with using Terracotta to share > session state? > > I've tried playing around with a simple lift app (1.1-M7) and > terracotta's sessions-configurator app. It doesn't just work, but I > realized that's because Lift is hijacking sessions from the container > and managing them in SessionMaster. I've tried configuring the root > object to be "net.liftweb.http.SessionMaster$.MODULE$" which is the > entire singleton, but that includes a lot of LiftActor stuff (and > terracotta complains about unlocked accesses to shared fields), and I > think really only want the "sessions" field. I don't think i can make > "sessions" the root because its reference is overwritten every time a > new session is added. > > Any ideas? > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- Jonas Bonér twitter: @jboner blog: http://jonasboner.com work: http://scalablesolutions.se code: http://github.com/jboner code: http://akkasource.org also: http://letitcrash.com -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=.
