[Rails] Re: questions about cookies when bridging together two rails apps

2011-04-29 Thread Frederick Cheung
On Apr 29, 10:17 pm, John Merlino wrote: > Frederick Cheung wrote in post #995797: > > > On Apr 29, 3:04am, John Merlino wrote: > >> Settings.session_token_domain} > > >> 1) I look in Session class and there is no create! class method. Yet it > >> works and doesn't throw an exception. > > > Wit

[Rails] Re: questions about cookies when bridging together two rails apps

2011-04-29 Thread John Merlino
Frederick Cheung wrote in post #995797: > On Apr 29, 3:04am, John Merlino wrote: >> Settings.session_token_domain} >> >> 1) I look in Session class and there is no create! class method. Yet it >> works and doesn't throw an exception. >> > > With so little context it is hard to say. It inherits fr

[Rails] Re: questions about cookies when bridging together two rails apps

2011-04-29 Thread Frederick Cheung
On Apr 29, 3:04 am, John Merlino wrote: > Hey all, > > I am looking through this example Rails app where a user session is > stored in cookie so user signs up in one rails app and navigates to > another while still being signed in as unique user. I come across this > line of code where I don't u