Hi Alan,<br><br><br><div class="gmail_quote">On Wed, May 19, 2010 at 3:22 PM, Alan Lord (News) <span dir="ltr">&lt;<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

On 18/05/10 16:47, Musavir Khan wrote:<br>
&gt; Hi alan,<br>
<br>
Thanks for the replies Guiseppe and Musavir.<br>
<div class="im"><br>
&gt; getchallenge reponse token is not the life time of the session with life<br>
&gt; time of token, meaning before 5mins one has to complete the loging<br>
&gt; operation.<br>
<br>
</div>Ahhh, I thought 5 minutes seemed much shorter than my own experiences.<br>
That now makes sense.<br>
<div class="im"><br>
&gt; the session time configuration is as follows.<br>
&gt;<br>
&gt; session idle timeout is 30mins<br>
&gt; session lifespan is 24hrs.<br>
<br>
</div>Could you explain a little more here please? If a session idles out<br>
after 30 minutes and I have to login again anyway what is the &quot;lifespan&quot;<br>
timer actually for?<br></blockquote><div><br>if there is now activity then the session timesout in 30mins, if there is continues activity, basically session is not idle for 30mins b/w calls then the session is terminated after 24hrs.<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
&gt; javascript lets you run interval-ed tasks to i recommend you ping the<br>
&gt; server every 25 or 28 mins.<br>
<br>
</div>Yes, I am thinking of using the javascript setTimeout() function for<br>
this. Am I correct in assuming that I should use the &quot;ExtendSession&quot;<br>
webservices call to refresh the session timer?<br></blockquote><div><br>Extendsession is used if you plan the use webservices from withing vtiger, where the user has already logged in. any webservice call will keep it from timing out.<br>

 </div><br></div>Thanks,<br>MAK<br>