[GGW-3.2.1] アイドルタイムアウト発生時,どのような流れでセッションが終了するのか?
技術ノート
2011/02/24
[番号]
技術ノート KGTN 2011022402
[現象]
[GGW-3.2.1] アイドルタイムアウト発生時,どのような流れでセッションが終了するのか?
[説明]
PW と Notepad が起動されている状況で,アイドルタイムアウト発生した時のAPSログを引用します.
277    2011-02-24    10:19:12.234    Logon6 on Ad-client01, Logon (3156) Initiating logoff in response to an idle-timeout.
*アイドルタイムアウトが発生        278    2011-02-24    10:19:12.453    Administrator on Ad-client01, ctfmon (1196) CS: Application disconnected.        279    2011-02-24    10:19:12.484    Administrator on Ad-client01, aps (1196) Process #1268 (ctfmon.exe) stopped in session "Administrator on Ad-client01".
*ctfmon.exe が終了        280    2011-02-24    10:19:12.671    Administrator on Ad-client01, notepad (1196) CS: Application disconnected.        281    2011-02-24    10:19:12.703    Administrator on Ad-client01, aps (1196) Process #340 (notepad.exe) stopped in session "Administrator on Ad-client01".
*notepad.exe が終了        282    2011-02-24    10:19:12.781    Administrator on Ad-client01, pw (1196) CS: Application disconnected.        283    2011-02-24    10:19:12.828    aps (1196) AS: Function SmApiPortThread() message (1) on hSessionSmPort, ntStatus 0.        284    2011-02-24    10:19:12.859    Administrator on Ad-client01, aps (1196) Process #2120 (pw.exe) stopped in session "Administrator on Ad-client01".
*pw.exe が終了        285    2011-02-24    10:19:12.906    Logon6 on Ad-client01, Logon (1196) CS: Application disconnected.        286    2011-02-24    10:19:12.937    Administrator on Ad-client01, aps (1196) Process #3156 (Logon.exe) stopped in session "Administrator on Ad-client01".
*logon.exe が終了        287    2011-02-24    10:19:13.156    Administrator on Ad-client01, ggw (1196) AS: Closing the connection to a client at address 192.168.102.34 with code 101.        
288    2011-02-24    10:19:13.250    Administrator on Ad-client01, ggw (1196) CS: Closing connection to 192.168.102.34.
*コネクションが切断        289    2011-02-24    10:19:13.593    aps (1196) CS: I/O event (socketAvailable -- conflict between ioctlsocket and select).        290    2011-02-24    10:19:13.671    aps (1196) Stack Trace: CS_ConnectionChannel::available ()        291    2011-02-24    10:19:13.828    Administrator on Ad-client01, aps (1196) Session "Administrator on Ad-client01" stopped.
*セッションが停止