[MXS-3680] Multiple SQL connections Created: 2021-07-22 Updated: 2021-08-02 Resolved: 2021-08-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 6.0.0 |
| Fix Version/s: | 6.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Duong Thien Ly | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | SQL GUI feedback | ||||||||
| Description |
|
Creating multiple connections is not convenient when the token is stored in the cookies. Being able to store multiple connections in the cookies is required for proper use of the SQL API in MaxScale. |
| Comments |
| Comment by markus makela [ 2021-08-02 ] |
|
The cookies are now stored in the conn_id_body_<num> and conn_id_sig_<num> cookies where <num> is the connection ID (e.g. conn_id_body_1 and conn_id_sig_1 for the connection ID 1). |