Displaying 1 result from an estimated 1 matches for "wrongo".
Did you mean:
wrong
2011 Apr 29
3
questions about cookies when bridging together two rails apps
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 understand where some of these methods are
coming from:
@session = Session.create!(:user => @user)
cookies[:session_token] = {:value