3.2 WAM Session Clean Up

Following are some considerations if you are using WAM Session Management:

     On Windows, the Clean Up Program command line is:

w3_p2200 *WAMONLY

     and on IBM i, the command is:

CALL PGM(W3@P2200) PARM('*WAMONLY')

     On Windows, the Clean Up Program command line is:

w3_p2200 *WAMCLEAR

     and on IBM i, the command is:

CALL PGM(W3@P2200) PARM('*WAMCLEAR')

     On Windows, the Clean Up Program command line is:

w3_p2200 *WAMONLY *WAMCLEAR

     and on IBM i, the command is:

CALL PGM(W3@P2200) PARM('*WAMONLY' '*WAMCLEAR')

Also see

3.4 IBM i Clean Up

3.5 Windows Web Jobs and Clean Up