hi i am using c++ api 2.4.
i want to open multiple lotus sessions in a multithreaded application. currently i am opening main session in main thread and thread sessions in child threads. then after i done with main session i m closing thread session and i m trying to close main session in a child thread, so that i can open it with another user. but at the time of closing main session i m getting error from lotus. so how to deal with this.
-yogesh