Sha256: 445993dcf21e151e242d663007b6a41f8be9aaa56a2bdf1ac8d396bcf2b42ba0

Contents?: true

Size: 405 Bytes

Versions: 181

Compression:

Stored size: 405 Bytes

Contents

require 'action_dispatch/middleware/session/abstract_store'
require 'rack/session/memcache'

module ActionDispatch
  module Session
    class MemCacheStore < Rack::Session::Memcache
      include Compatibility
      include StaleSessionCheck

      def initialize(app, options = {})
        require 'memcache'
        options[:expire_after] ||= options[:expires]
        super
      end
    end
  end
end

Version data entries

181 entries across 142 versions & 18 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.8.3 vendor/bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.8.3 vendor/bundle/gems/actionpack-3.2.9/lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.2.9 lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.2.9.rc3 lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.2.9.rc2 lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.2.9.rc1 lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.8.1 vendor/bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/actionpack-3.2.7/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-rolls-0.1.0 vendor/bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-rolls-0.1.0 vendor/bundle/gems/actionpack-3.2.7/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.8.0.pre vendor/bundle/gems/actionpack-3.2.7/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.7.1 vendor/bundle/gems/actionpack-3.2.7/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.7.0 vendor/bundle/gems/actionpack-3.2.7/lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.7.0.pre2 vendor/bundle/gems/actionpack-3.2.7/lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.2.8 lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.1.8 lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.2.8.rc2 lib/action_dispatch/middleware/session/mem_cache_store.rb
challah-0.7.0.pre vendor/bundle/gems/actionpack-3.2.7/lib/action_dispatch/middleware/session/mem_cache_store.rb
actionpack-3.2.8.rc1 lib/action_dispatch/middleware/session/mem_cache_store.rb