Search found 3 matches

by Vish.n
Sat May 09, 2020 12:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 REST API Logout
Replies: 5
Views: 6507

Re: TM1 REST API Logout

Little work around (and help from Hubert Heijkers) showed that it is normal situation when TM1SessionId=/ after setting session cookie. The Set-Cookie header which i receive in the response to the logout request actually confirms that the session has been closed, it instructs the client to clear/ex...
by Vish.n
Fri May 08, 2020 2:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 REST API Logout
Replies: 5
Views: 6507

Re: TM1 REST API Logout

I am running thr threads in parallel with the same account..so need to close them with session ID..cant use cancel or disconnect and logout is for lower versions of PA..ActiveSession/tm1.Close should be ideally working but might be headers or body i am missing something!!!!
by Vish.n
Mon Apr 27, 2020 9:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 REST API Logout
Replies: 5
Views: 6507

Re: TM1 REST API Logout

Hi, i am facing similar problem and get the same response as you have mentioned in the problem statement...I did try ActiveSession/tm1.Close and passed the session id (similar way you have done above)..I do receieve 204 response but still the session stays...anything further i am missing here? Earli...