Bug 5455 - HTML client misbehaves with multiple sessions
Summary: HTML client misbehaves with multiple sessions
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: pre-1.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.5.0
Assignee: Pierre Ossman
URL:
Keywords: hean01_tester, relnotes
Depends on:
Blocks:
 
Reported: 2015-03-02 13:35 CET by Pierre Ossman
Modified: 2015-09-25 13:56 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2015-03-02 13:35:04 CET
We have bug 5060 for implementing full multi-session handling in the HTML client. But until then it should behave better than it does now when there are multiple sessions on the server. It should really implement the old "do_login" behaviour. Basically it is the auto reconnect policy of the native client.

Currently it is impossible to have multiple session with the HTML client. With this change it would be fully possibly, only slightly annoying if you have multiple _disconnected_ sessions. Pairing it with a MaxDisconnectTime would be a very useful scenario though.
Comment 2 Pierre Ossman cendio 2015-09-11 14:36:00 CEST
Tester needs to verify at least:

 - That new sessions are created if all existing ones are connected
 - That disconnected sessions are chosen for reconnect if available
 - That connected sessions are chosen for reconnect if there are no disconnected and new sessions aren't allowed
 - That it warns if there is more than one disconnected/connected session in the above two scenarios
 - That you get an error if there is no session to reconnect to, and no new sessions are allowed (all existing sessions have a start command)
Comment 5 Henrik Andersson cendio 2015-09-16 16:11:34 CEST
(In reply to comment #2)
> Tester needs to verify at least:
> 
>  - That new sessions are created if all existing ones are connected

Works as expected

>  - That disconnected sessions are chosen for reconnect if available

Works as expected

>  - That connected sessions are chosen for reconnect if there are no
> disconnected and new sessions aren't allowed

Works as expected

>  - That it warns if there is more than one disconnected/connected session in
> the above two scenarios

Works as expected

>  - That you get an error if there is no session to reconnect to, and no new
> sessions are allowed (all existing sessions have a start command)

Works as expected
Comment 6 Henrik Andersson cendio 2015-09-16 16:13:45 CEST
Tested with build 4888.

Note You need to log in before you can comment on or make changes to this bug.