Can you test incognito window to see if some old cache/cookie is stored and complicating things?
Can you disable/delete the browser go to step and when you execute the flow inspect and check what the header status (should be 200) and response of sc is? In my case:
Hello sometimes the logout procedure take some time (milliseconds) and if you use browser.goto it would not logg you out before the browser has moved to another page. Try a "wait 100 ms" before browser goto or make a server connect for the logout and use the "success" event on that server connect to start browser.goto.
I never got it working, I used Brian's getting started tutorial to get it working. I don't know if my boutique tutorial is corrupted or not. I will play with it some today.
I am unable to replicate what you are seeing. However, it looks to be a session handling-related issue.
Can you check your session handler settings, such as which store you are using for session handling? Like Redis or Memory. Also, please check the same in your config.json and user_config.json files.
Sorry about that misunderstanding, yes. As you can see I have only setup an EXECUTE action and haven't touched any of the other settings (SETTINGS, INPUT) as this is how it was done in the video.
I know i am not being logged out because I manually enter the root address in my browser or click the back arrow or by refreshing the page it still lets me into member only area.