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