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
suhas rathodsuhas rathod 

how do we make user session never expire in salesforce

how do we make user session never expire in salesforce. that is user should not login again and again
ShashForceShashForce

Hi Suhas,

It is not possible to make sure that user session never expires. However, you can setup the session timeout value to a maximum of 12 hours. Some help: https://help.salesforce.com/htviewhelpdoc?err=1&id=admin_sessions.htm&siteLang=en_US

If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.

Thanks,
Shashank

Andy BoettcherAndy Boettcher
If your concern is your users having to log in time and time again - there are other approaches you can take to help reduce or redirect their logins, such as implementing SSO for your org (if you users are authenticating through AD for example).