| Summary: | Launching two RAP Demos from the IDE simultaneously can cause session timeout | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | Demo | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | ivan, rsternberg |
| Version: | 2.1 | ||
| Target Milestone: | 2.1 RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
Tim, it's working for me with RAP from master - "controls" and "workbench" demo in two tabs. OK... I've managed to reproduce the issue: 1. Start Controls Demo in one tab - click trough it 2. Start Workbench Demo in another tab - click trough it 3. Click on Controls Demo and reload 4. Next click in the Workbench Demo leads to "session timeout" message For me it is a duplicate of bug 386504, but with slightly modified outcome after the implementation of build-in multi tab support. Ralf, what do you think? When two different applications are started from the IDE with the same context path, there are two different servers sharing one URL path and thus the same cookies. Since cookies of server a are not valid on server b, the session is reset. We should make sure that all our demo launch configurations have a different context path. Fixed in master with commit c358fa88532da2c8393b3075ded8abbff8b93e32 by changing the context path in launch configurations. |