Auto removal of invalid session

0
Hi Reader,   I am facing a problem, please provide me solution. I have an application deployed on AWS. There is a feature that if user is logged in somewhere then same user cannot login on any other browser/device simultaneously.   There is a scenario, like if a user login and after login user closes the browser without clicking on logout. Then that user session crashes but it is not removed from System.Session entity. It is automatically removed from entity after 10-15 mins due to ClusterManagerActionInterval. I want to reduce this time of ClusterManagerActionInterval so that removal of invalid session should be removed 1 or 2 mins.   Suggest me some solution.
asked
1 answers
0

Hi Harshraj,

 

Try to create a microflow during sign in module and clear the session if it is available. If you are using SAML for Login module, you can create new microflow and can include in the start up microflow. You custom microflow can be used to clear the existing session and this microflow will be triggered whenever user is login.

answered