# File lib/cgikit/handler.rb, line 56
    def session_id_from_url( request )
      sid = nil
      if path = request.request_handler_path then
        sid = _id_by_separating(path, false)
      end
      sid
    end