Hi, I've described SSO solution with authlogin in my blog (http://bit.ly/ajGym2). This post is in Russian, but you can use Google Translate or ask me :)
Sahil Dave wrote: > Hi, > > I have a requirement in my project, where i need to create multiple apps > that need to be integrated. One of the apps would be used for > authentication > that uses Authlogic. I need a single sign-on solution, so that once a > user > is logged in he remains logged-in for all the other apps as well. > > Now, the user_session being created in the auth app, is not accessible > in > the other apps. Is there a way i can share a user_session between > multiple > apps. > > Here is some code i am using in the other apps: http://pastie.org/455710 > > If anyone has faced a similar issue, please point me to some possible > solutions. > > Regards. > > > -- > Sahil -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

