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
ActiveRecord::SessionStore - APIdock and googled
but can’t seem to find a way to set the session’s user_id that works.
Can someone help?
Thanks