# File lib/cgikit/session_store.rb, line 136
  def exist?( session_id )
    @caches.key?(session_id)
  end