I'd like to override the 'close' Action in my session plugin for accounting internally with my own implementation of IRequestHandler. However, as the sample doesn't have this capability, I know I'm missing some functionality. Especially after I started getting 'OutOfMemory' errors :)
I would like to do the cleanup that I need to do everytime a session closes, and then execute whatever is normally executed by iTest when a session is closed. Allowing iTest to handle normal cleanup. Removing my 'OutOfMemroy' issues.
Ideas?