Logout does not remove a session that was not started
Engine: NOWEB
Version:
{
"version": "2023.8.29",
"tier": "PLUS",
"browser": "/usr/bin/chromium"
}
- Start the container
- Start the session and you should see the qr code in the terminal (do not scan the qr code)
- Send a logout command
The expected result is that the session will be removed/stopped, but that doesn't happen and the session keeps open showing the qr code.
Is it for noweb engine, right?
@allburov sorry, yes, is there any chance you you can create a template of what information you need so we can send it all in one go?
Good idea, I will do! 👍
That's correct behaviour - you need to use /stop endpoint instead to actual STOP the session with logout: True
/logout only remove credentials for the session
But I see the confusion here, we'll look at this closer