Re: Close session without destroying object
In my case I had to replace an other FTP component in an existing bigger application. Creating new session instances would cause deeper changes in the program flow and application design. Due to time constrains I wanted to avoid this.
But you are right. Creating new session instances has no Performance Impact and from OO perspective, it is the cleaner solution.
Michael
But you are right. Creating new session instances has no Performance Impact and from OO perspective, it is the cleaner solution.
Michael