Notes.ini Entry



Name:

    WebSess_Verbose_Trace

Syntax

    WebSess_Verbose_Trace=0 / 1

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Authentification, Trace, Debug, Web

        Default:

          None

        UI equivalent:

          None

        Description:
        This setting should be used to troubleshoot both single server and multi-server (as in single sign-on) session-based authentication problems.

        When enabled, the setting allows a Domino Web server to record, at the server console, detailed information about specific Web session-based authentication sessions, such as unauthorized, unauthenticated, or session expiration information.

        0 - Disabled

        1 - Enabled

        Note: After you correct the problem, be sure to disable this feature (or remove the setting altogether), because it slows Web server performance.

        Added to 6.0 pre release 1 to enable more tracing of web cookies are generated and used.

        After this is Set, following console command "tell http debug thread on" will allow the http server to debug the DSApi filters and events. To debug the DSApi use this in cinjunction with following Settings.

        Debug_DSApi = 1 or 3
        Debug_Threadid=1
        Debug_SSO_Trace_Level=2
        Debug_Outfile=c:\debug\debug.txt
        WebAuth_Verbose_Trace=1
        WebSess_Verbose_Trace=1
        Console_Loglevel=2
        Console_Log_Enabled=1