# File lib/merb-core/dispatch/session/memory.rb, line 102 def start_timer Thread.new do loop { sleep @session_ttl reap_expired_sessions } end end