Creating Session Docs in Notes Log

Starting with R6 notes server, Session Documents are no longer created in the LOG.NSF db so the Usage / By Date and By User are empty. What INI setting needs to be set in order for these docs to be created.

some settings already in INI file currently:

LOG_SESSIONS=1

ServerTasksAt2=UpdAll

ServerTasksAt5=Statlog

ServerTasksAt3=Catalog

ServerTasksAt1=Statlog

This is a re-post, sorry, but this seems like it would be simple but I am not having any luck.

Subject: Creating Session Docs in Notes Log

The setting LOG_DISABLE_SESSION_INFO=1 in the ini will suppress the session documents from being created in the log.nsf, =0 should add them back/create them.