# File lib/cgikit/handler.rb, line 97
    def context_id( request )
      id = nil
      if path = request.request_handler_path then
        id = _id_by_separating(path, true)
      end
      id
    end