Hi All,
We found Session fixation in our application by Pen test so we tried to avoid this by enabling Session fixation in factory configuration which is inbuild functionality by Outsystems. But when we repeating the pen test its showing the issue is unchanged.
So we found the session token ID is not expiring even after the user logs out, when the same user login again new session ID appending with existing session ID, so we want to remove the session whenever the user logout or session is timeout.
Is there any solution for this in Outsystems?
Thanks in Advance.
Did you publish a solution after changing this in Factory Configuration? Usually it is not applied untill the apps are re-published.
Hi @Bas de Jong
Yes we did the republish after changing the factory configuration. Do you have any other suggestion?
Thanks
Balaji
Hi @Bas de Jong ,Did you ever find a solution to this? I am having similar issues and would like to know how to clear the ASP.NET_SessionId on logout.Thanks