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-rails seems to agree with me as well.
C --- Caius Durling [email protected] +44 (0) 7960 268 100 http://caius.name/
PGP.sig
Description: This is a digitally signed message part
