Authentication process
Hi ,
I am working on web service call to Lithium for pulling the data and display on our sites. As part of this implementation ,the first call made is to get authenticated and obtain a valid token (valid only for 30 minutes) & second call by using token we received from lithium to pull the required data.
Could you please clarify below items to get better understanding the process and come up with best possible approach for pulling data from lithium ?
1. Is there any way to get authentication and keep the validated code more than 30 minutes ?
2. Is there any API/Process to get the authentication process completed once and subsequent request can be made with same token ?
3. We are trying to reduce number of calls to lithium to get authentication every time when ever page is loaded as the web service call need to be made from different pages to pull relevant data .
Thanks a lot for your support in advance!