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 -~----------~----~----~----~------~----~------~--~---
