# File lib/merb-core/dispatch/session/memory.rb, line 31 def self.store @_store ||= MemorySessionStore.new(Merb::Config[:memory_session_ttl]) end