When using Sessions Check, it will return {"success":true} when a session is open but {"success":false,"message":""} when there is no open session.
The success key should only be used to indicate whether the request succeeded or failed (like any other API call).
The result of the check should has its own key, e.g. check or has_session_open.