# File lib/cgikit/session.rb, line 223
    def timeout?
      if @timeout then
        (@timeout != 0) and (timeout_expire <= Time.new)
      else
        false
      end
    end