> I thought to do this you just needed to set the session key and secret to the same values in both apps and it just worked?
That's pretty much what I've been trying, but to no avail. I've read other places things about having to set subdomain names, or some such, but I'll have to do some research to get my head around that, and maybe not tonight -- 12hr days seem to be catching up! Cheers, Doug. 2009/5/13 Caius Durling <[email protected]> > On 13 May 2009, at 17:57, doug livesey wrote: > > Basically, I want to be able to share session data across a couple of apps. > The way I did this in 2.2 was to create a view called sessions in the > second app that read the sessions table of the first app. > This done, I could tell them both to use active record sessions, and, lo! I > had a shared session. > Once I'd written a little routine to swap between apps (to basically clean > out the session apart from user ids), I could then happily swap back and > forth between them. > > > I thought to do this you just needed to set the session key and secret to > the same values in both apps and it just worked? > > > http://stackoverflow.com/questions/274384/how-can-i-share-user-sessions-across-multiple-domains-using-railsseems > to agree with me as well. > > C > --- > Caius Durling > [email protected] > +44 (0) 7960 268 100 > http://caius.name/ > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NWRUG" 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/nwrug-members?hl=en -~----------~----~----~----~------~----~------~--~---
