# File lib/cgikit.rb, line 849
        def session?
                if @session and @session_key and @session_id then
                        true
                else
                        false
                end
        end