# File lib/cgikit/session_store.rb, line 38 def initialize( application ) super @tmpdir = File.join(@application.tmpdir, TMPDIR).untaint end