Auth - Keep Alive
/auth/keepalive
Updates a users cookie to extend session for another 30 minutes from now. Used to keep a session alive. Will return false if a session has already timed out or is logged out (either manually or because the same user has logged in elsewhere)
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 } }