# File lib/cgikit/session_store.rb, line 5
  def initialize( application )
    @application = application
  end