Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Multi-Connection Session #4

Closed
xrei opened this issue Mar 11, 2018 · 1 comment
Closed

Multi-Connection Session #4

xrei opened this issue Mar 11, 2018 · 1 comment
Assignees
Labels
feature request A server feature request, suggestion or proposal

Comments

@xrei
Copy link

xrei commented Mar 11, 2018

Problem

Currently a session can only be assigned to a single connection, though sessions should accept multiple simultaneous connections to support authentication across multiple browser tabs/windows of the same domain.

Proposed Solution

Ease this restriction by adding an option for the maximum number of simultaneous connections associatable with a single session.

@romshark romshark self-assigned this Mar 14, 2018
@romshark
Copy link
Owner

Added support for multi-connection sessions in #144c6ad.

The server now provides a new option: MaxSessionConnections which defines the maximum number of simultaneous connections a single session will accept. Session restoration requests exceeding the limit will fail. If the option is set to zero, which it is by default, then the limit is lifted.

romshark referenced this issue Mar 14, 2018
Implement the option to enable multi-connection sessions.
Add test case to verify correct behavior of the newly created option.
Change the way tests setup their servers to allow passing options.
@romshark romshark added feature request A server feature request, suggestion or proposal and removed feature request labels Aug 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request A server feature request, suggestion or proposal
Projects
None yet
Development

No branches or pull requests

2 participants