To disable or change number of days of "Trust this browser":
- Connect to the servicedesk database by following the steps below:
- For first time (since this entry is not present by default) run this INSERT query and restart SDP to set the days as 30:
insert into adsproductparams values(1, 'TFA_COOKIE_VALIDITY', '30');
- For next times, run this query (as this entry is present now) and restart SDP to update the number of days.
update adsproductparams set param_value='<days>' where param_name='TFA_COOKIE_VALIDITY';
To disable Trust this browser, set the days to 0.
Note: The max limit is 180 days. If you want to increase beyond that, please contact us.
Troubleshooting:
If TFA details need to be entered every time (after closing and opening browser / after reaching home or office / when IP changes) even if Trust this browser in enabled,
1. Check if "ADSTFA_xxxx" cookie is present on browser close and open:
- After logging in with Trust the browser, right click and click Inspect and choose Application tab > Cookies
- Click on the SDP URL and check for the presence of ADSTFA_xxxx cookie
- Now, close all windows of your browser and open SDP and check if this cookie is present. If the cookie is not present, kindly follow this KB: https://pitstop.manageengine.com/portal/en/kb/articles/retain-sdp-logged-in-credentials-after-browser-restart
- If this is present, then go to step 2.
2. Check if cookie is removed when your IP changes.
- For versions below 14201, DHCP cases are not supported (SD-102970)
- Kindly upgrade to versions above 14201 to retain "keep me signed in" even if your IP changes.
- If you are above 14201 and still your issue is not resolved, please contact us.