用户在浏览器中修改自己的登录密码后,要在Domino服务中的HTTP重启才能生效。我想知道有没有其它的方法让HTTP服务不重启即可生效?因为如果在每次修改后都重启一下的话,会影响其它的用户使用
==============================================
1 tell adminp process all
2 show nlcache reset
3 consoleReturn$ = notesSession.SendConsoleCommand( serverName$, "tell adminp process all " )
==============================================
1 tell adminp process all
2 show nlcache reset
3 consoleReturn$ = notesSession.SendConsoleCommand( serverName$, "tell adminp process all " )