Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2015-02-18 23:18:56

mdyason
Member
Registered: 2015-01-20
Posts: 43

Who gets logged out by core.logout?

If I have multiple users running uploads or other services via a program that is using the API, each of these will have its own sessionID.  Now the Core.Logout method has no parameters so if I want to logout one of the active users,  am I also logging everybody else out?  If so, is there any way to log out a particular user or process by using their sessionID.

Offline

#2 2015-02-20 11:25:12

ben
Third Light Staff
From: Third Light
Registered: 2013-06-06
Posts: 79

Re: Who gets logged out by core.logout?

Hi - the Core.Logout method will logout whichever session is indicated by the sessionID attached in the request parameters.

Offline

Board footer