class ActionDispatch::Session::MemCacheStore

  • expire_after - The length of time a session will be stored before automatically expiring.
    ==== Options
    A session store that uses MemCache to implement storage.
    = Action Dispatch Session MemCacheStore

def initialize(app, options = {})

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