The best way is to kill is from Unix end - if your Informatica hosts on Linux/Unix servers.
ps -ef | grep "pmcmd"
From the above command you get a list of workflows that are running as of now.
Get a process id corresponding to the session that you are running.
Kill -9 <pid>