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