function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
heiriticheiritic 

Setting SFDC Session from .Net

Hello everyone, I want to ask about something but I don't know if it possible or not. Can I set the session in SFDC from .Net application from API or such? Here is the scheme :
Client wants to set session timeout from sfdc to 30 minutes, but the program runs about 2.5 hours. so the program wants to set the sfdc session to 2.5 hours so the program can run on that time. After finish, the program sets the sfdc session back to 30 minutes.
 
Can it be done? Any assists would be appreciated.
 
regard,
 Edwin
SuperfellSuperfell
No you can't change any of the security policy settings through the API. why can't your app just login every 25 minutes to do its stuff ?
heiriticheiritic

Ok, so it's impossible to do that. Okay I will try to figure it out how to set the program to login every 30 minutes. Thanx Simon.