Model
CutoffValidator
Magento\Customer\Model\Session\Validators\CutoffValidator
What it does
This validator ensures customer sessions remain valid by checking if a session cutoff time has been set (e.g., when password changes or security events occur).
If the session was created before the cutoff time, it destroys the session and forces the customer to log in again, preventing access with outdated credentials.
Public Methods
- validate()