# File lib/merb-core/dispatch/session/memcached.rb, line 41
    def retrieve_session(session_id)
      get("session:#{session_id}")
    end