Skip to content

terminateSession

Sahri Riza Umami edited this page Jun 23, 2018 · 4 revisions

Terminates a session of the current user.

terminateSession(session_id, callback, data)
Field Type Description
session_id int64 Session identifier.

Example

  • Terminates session 9138122827689891472 of the current user.

    terminateSession(9138122827689891472)

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally