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