Hi Jeff, I had similar requirements (well actually it was sharing application scope variables), but it has enabled this as well.
Essentially what I had to do was to put all my model glue "subapps" under the one Application.cfc. Here is the relevant thread (it's all referring to MG2 - I have not looked at MG3 yet so can't be sure if it will work as is). It is a bit of a procedure but once you're set up it works well. http://groups.google.com/group/model-glue/browse_thread/thread/f70c70af1443cf0f Let me know if you want further info, and I'll help out where I can. Andrew. 2009/8/12 jeff <[email protected]> > > FYI, I am using Railo. > > I have 2 model glue applications (and potentially many more) and I > need a way to share session data between them. they all use the same > db table (user) for authentication, and my goal is to allow the users > to jump from application to application without having to relogin each > time. > > The best idea i can come up with is some sort of cookie based > authenticated, although I am a little foggy about how to best organize > that. > > Or a more complex idea of having a big array in a sever variable, but > managing that seems like a huge hassle. > > What would be ideal is if I had user specific variables (like > sessions) that could somehow persist BETWEEN applications. > > suggestions? > > > --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" 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/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
