Displaying 1 result from an estimated 1 matches for "1eeea9de".
2009 Nov 05
0
config.action_controller.session_options[:cookie_only] = true
...on logic only works
for the
first request, when CgiRequest is first instantiated.
See also :
http://weblog.rubyonrails.org/2007/10/5/rails-1-2-4-maintenance-release
http://www.nessus.org/u?2f5b72e6
http://dev.rubyonrails.org/ticket/10048
http://www.nessus.org/u?1eeea9de
Solution :
Upgrade to Ruby on Rails version 1.2.6 or later and make sure
''config.action_controller.session_options[:cookie_only]'' is set
to
''true'' in the ''config/environment.rb'' file.
I checked my rails version: it is...