A security audit reveals that remote employees can initiate a Salesforce session while connected to an authorized corporate network and continue using the active session token after switching to an untrusted network. Which setting in Session Settings should the administrator configure to prevent a session from remaining valid when a user's IP address changes?
- Lock sessions to the IP address from which they originatedAnswer
- BAdd the corporate network range to Network Access in Security Controls
- CAssign a Permission Set with restricted Login IP Ranges to all remote users
- DEnforce Session Security Level Required at Login to High Assurance on all user profiles
Answer
The administrator should enable 'Lock sessions to the IP address from which they originated' in Session Settings.
Enabling 'Lock sessions to the IP address from which they originated' in Setup > Session Settings forces Salesforce to verify that every HTTP request originates from the IP address associated with the initial login. If the IP address changes, the session is invalidated immediately.
Step-by-Step Solution
Key Concept
Session IP Locking in Salesforce Session Settings