Disable idle expiration
Right now after a certain period of idle time expires and disconnects the session.
Is it possible to adjust this time or to completely disable this?
Answer
You will want to adjust the app.config setting ClientServiceTimeoutMilliseconds
where is this located? I tried to find it but i cant find this specific value...
It's located in the app.config extension. You'll find the extension in the Extension Marketplace.
i found it. thanks is there any limitation for this? Can i set it up as 0 so it will never expire or i have to put a value like a maximum value?
I don't think this is a setting you can set it to 0 to disable. I believe you'll have to set it to a high enough value where it won't be a bother.
Thanks yes i tried with 0 and it expired right away. Now i used a high enough value.
Customer support service by UserEcho
You will want to adjust the app.config setting ClientServiceTimeoutMilliseconds