I'm trying to figure out how I should set my session options for Rails 2.3. In Rails 2.2:
session :cookie_only => false, :only => :swf_upload In Rails 2.3, it looks like I need to use: request.session_options['cookie_only'] = false But how do I tell it that I only want that option on a specific method in the controller (the :only option)? Thanks! Tom p.s. The old way works, but the deprecation warnings are driving me nuts when I run my tests. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

