Hi!
I'm converting my Rails 3.1 app from cookie sessions to database
sessions.
I've added an extra column on the sessions table to save the user_id.
I read the documentation in
http://apidock.com/rails/v3.1.0/ActiveRecord/SessionStore and googled
but can't seem to find a way to set the session's user_id that works.
Can someone help?
Thanks
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment