Form session can not be terminated
Form session can not be terminated, can be checked via: OAM -> Dashboard -> Performance -> Forms Sessions -> Session Details, Process ID is: 6226354.
Customer had logged out the system for a long time, why form session can not be terminated?
Run UNIX command:
[prod@p#ebsap# ~]$date;ps -ef|head -1;ps -ef|grep frmweb|grep -v grep
UID PID PPID C STIME TTY TIME CMD
applprod 3473730 4456584 0 15:09:32 - 0:13 frmweb server webfile=HTTP-0,0,1,default,192.168.14.5
applprod 6226354 4456584 0 Mar 10 - 0:08 frmweb server webfile=HTTP-0,0,1,default,192.168.14.4
For sure, 'kill' command can terminate this process, but customer wants to know why the process can not be terminated automatically after logout/close forms from EBS?