Log out of web sessions when VS Code exits#1540
Log out of web sessions when VS Code exits#1540isc-bsaviano merged 1 commit intointersystems-community:masterfrom
Conversation
|
Using the dev VSIX from this PR alongside the one from my Server Manager PR is doing a much better job of closing down web sessions when exiting, as well as when closing or reloading workspaces (server-side in my use cases). The one lingering /api/atelier session I am seeing may belong to Language Server, and I'm hoping your upcoming change there will tidy this one up. I think there's perhaps an edge case which your current
I think a web session onto B will remain. Also, when looking at this issue I tried to refresh myself about how this extension has historically stored session cookies in its The new code for ending sessions during However the "API:host:port" key doesn't handle the increasingly common scenarios where I don't think these IMO none of the above needs delay this PR, but I wanted to record the info before I forget it. |
Yeah, this is an edge case. IMO this logout behavior is a "nice to have" so I'm not worried about it being suboptimal.
This code is very old, so it's not surprising that it doesn't take |
Companion of intersystems-community/intersystems-servermanager#267