Auth - Keepalive

/auth/keepalive

Keeps a users session alive for another 15m (or whatever that clusters session timer is set to)

Possible Methods

GET

Arguments

n/a

Json Object

n/a

 

Example
curl -c cookies.txt -X GET "http://localhost:8185/auth/keepalive" > response.txt

 

Example Response
curl -c cookies.txt -X GET "http://localhost:8185/auth/keepalive" > response.txt
{"response":{"action":"KeepAlive","success":true,"message":"Cookie kept alive","time":0}}