# File lib/merb-auth-core/authentication.rb, line 32
    def authenticated?
      !!session[:user]
    end