# File lib/cgikit/context.rb, line 93
  def init_component_id_without_session( component )
    if @component_id then
      component_id = @component_id + 1
    else
      component_id = 0
    end
    init_context_id_and_component_id(component, component_id)
  end