Re: .tmp files created in Temp folder by Session
No you cannot. Make sure you dispose the
Session
object, once it's no longer needed.
Session
object, once it's no longer needed.
Session = new Session() {
ExecutablePath = executablePath,
DebugLogPath = null,
SessionLogPath = null,
DebugLogLevel = 0,
};
Session.Open(SessionOptions);