Session Management in LeetCode

The feature defeats it's purpose of being a session if a session change on one browser affects the sessions on other browsers.

I have 3 different sessions for which I want the progress tracked individually. Ideally, a session change on one browser shouldn't affect the session on another.
But, leetcode doesn't work that way and my progress gets messed up at times...

I don't know if this is the expected behavior of this feature but I'd love to have the session info unaffected by changes on other browsers!

Comments (2)