# File lib/merb-core/dispatch/session/memory.rb, line 196 def delete(key) @mutex.synchronize { @sessions.delete(key) @timestamps.delete(key) } end