From c612def6fec30facbaed93e93f02a4322e2821b6 Mon Sep 17 00:00:00 2001 From: Christopher Pratt Date: Fri, 15 Jun 2018 13:06:11 +0000 Subject: [PATCH] Added max_retries property to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53e99a4..3d1e2cd 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ See [Third Party App Integration (REST APIs)](http://community.vtiger.com/help/v |accesskey |irGsy9HB0YOZdEA | |sessiondriver |file | |persistconnection|true | + |max_retries |10 | > Because I've experienced problems getting the sessionid from the CRM when multiple users are accessing the CRM at the same time, the solution was to store the sessionid into a file within Laravel application. > Instead of getting the token from the database for each request using the webservice API, a check is made against the expiry time in the file. If the expiry time has expired, a token is requested from the CRM and file is updated with the new token and updated expiry time.