How to get session id from request object. The code below can be used in Rails 3 to get the session ID. But that doesn't seem to work anymore in Rails 4.1.6 and Ruby 2.1.3
request.session_options[:id]
session.id
This is the right way to do this.