Guest Posted ... Hi. In your API you have Service: disconnect which you can call as such: https://airvpn.org/api/?service=disconnect&format=web (which strangely enough returns 'ok' if you don't provide a key) is it possible to add a param to this: https://airvpn.org/api/?service=disconnect&format=web&session=0 This would then disconnect session 0. ------------- This is in part since it would be useful to add session management to Eddie itself, rather than relying on the client area, which would be possible to implement if the disconnect API allowed a parameter. Quote Share this post Link to post
Clodo 176 Posted ... https://airvpn.org/api/?service=disconnect&format=web This currently disconnect all sessions of the user. (which strangely enough returns 'ok' if you don't provide a key) If the key is not provided, it check if an user is logged on website. is it possible to add a param to this: https://airvpn.org/api/?service=disconnect&format=web&session=0 This would then disconnect session 0. ------------- I will add this as soon as possible. Quote Share this post Link to post