Logout not reflected in Admin screen
Posted: Thu Feb 05, 2015 7:05 pm
I'm testing the API. I have a separate user I'm using for doing API automation stuff. I'm using the sample code from the forum that has BasicSourceControl function and that's working fine. However, when I looked at the Admin panel and select Users it shows that user with a Status of 'Logged in'. I looked at more sample code on the forum and found the Logout() method, so at the end of that function I added the following line: ServerOperations.Logout();
After I ran the code it didn't change the Status of that user. Please advise on how to logout the user programmatically.
Thanks,
John
After I ran the code it didn't change the Status of that user. Please advise on how to logout the user programmatically.
Thanks,
John