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