silverstripe / silverstripe-session-manager

Allow users to manage and revoke access to multiple login sessions across devices.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

CMS 5-RC. Regression test: Session is active in another browser when InvalidateAllSessions task was executed. #142

Closed sabina-talipova closed 1 year ago

sabina-talipova commented 1 year ago

Description

If I open CMS and login in with permissions in two different browsers and go to /dev/tasks/InvalidateAllSessions, I log out only in that browser where I run this task. RT: https://studio.cucumber.io/projects/301855/test-runs/769878/folder-snapshots/8137868/scenario-snapshots/28392907/test-snapshots/38722659

Acceptance criteria

Notes

sabina-talipova commented 1 year ago

I've retested this issue in SC, SCPS and local environment and looks like InvalidateAllSessions task works fine.