Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3768

Show
Ignore:
Timestamp:
03/04/06 22:49:52 (3 years ago)
Author:
david
Message:

Backed out of that. PStore doesnt support suffix :(

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/cgi_process.rb

    r3767 r3768  
    154154      def session_options_with_string_keys 
    155155        @session_options_with_string_keys ||= DEFAULT_SESSION_OPTIONS.merge(@session_options).inject({}) { |options, (k,v)| options[k.to_s] = v; options } 
    156         RAILS_DEFAULT_LOGGER.info "sess: #{@session_options_with_string_keys.inspect}" 
    157156        @session_options_with_string_keys 
    158157      end