# File lib/merb-core/dispatch/session/memcached.rb, line 50
    def store_session(session_id, data)
      set("session:#{session_id}", data)
    end