# File lib/cgikit/session_store.rb, line 65
  def tmpfile( session_id )
    File.join(@tmpdir, session_id).untaint
  end