Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

API Call - /auth/keepalive

Updates this users cookie to extend session for another 15 minutes from now.  Used to keep a session alive.  Will return false if a session has died or another user has logged in.

Authentication

Required, see Auth - Login

Arguments

none      

Example

http://infinite.ikanow.com/api/auth/keepalive

Example Response
{
      response: {
          action: "Keep Alive"
          success: true
          message: "Cookie kept alive, 15min left."
          time: 35
      }

}
Error Response
  • No labels