logging out specific users from smart client

Hi all,

You know how using the servoy app server admin page, you can logout specific users who are logged in? Is there anyway to do this from smart client using a method? security.logout() seems to only be able to logout the user using the smart client, I’d like to be able to conditionally logout any given user from a method being run by smart client.

Thanks,
-Jeremy

Hi Jeremy,

We can’t use admin page in the servoy smart client.

jkipling:
I’d like to be able to conditionally logout any given user from a method being run by smart client.

This can be done server side service or plug-in. Following post may help you.

viewtopic.php?f=6&t=11884&start=0&st=0&sk=t&sd=a

viewtopic.php?f=15&t=12037

Thanks
Prem