I am using Sociliate with Azure and everyuthing is working fine including logout, but I want to kill the session and logout when they close the browser, however... no matter what I try, it instantly logs me back in when I go to the auth dashboard, even though I have set it... I have cleared the config:clear and cache:clear but nothing seems to resolve... I am instantly logged in every time
#Expire on Close
2 messages · Page 1 of 1 (latest)
do you have a beforeunload javascript function written for that event that calls your logout code?