SoftNAS API Guide
Menu
Index

3.6. resetsessiontimer

Description
 
This method is used to keep a session active. You can use this method to extend a session beyond the default timeout value of 30 minutes.
 
POST resetsessiontimer
 
 
 
Request
 
 
Example
 
Response
 
 
Example
{
"result": {
"msg": "",
"records": null,
"success": true,
"total": 0
},
"session_id": 29660,
"success": true
}
 
 
Made with help of Dr.Explain