hi running a working rails3 + devise app. once i sign in, i store the session id in the db. then when i go back to the index view, the id is different. how can that be? im always using: controller request.session_options[:id]
view: <%= logger.info session.inspect %> <hr> <%= request.session_options[:id] %> <br> <%= session['session_id'] %> could some pls helpme? thx -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

