Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Added max_retries property to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Pratt-Clystnet committed Jun 15, 2018
1 parent 9c635e2 commit c612def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c612def

Please sign in to comment.