# File lib/merb-core/dispatch/session/memcached.rb, line 73
      def generate
        sid = Merb::SessionMixin::rand_uuid
        new(sid)
      end