[ACE-76] UCMDB logout automatically after few clicks/navigation Created: 21/May/25 Updated: 26/May/25 Due: 23/May/25 |
|
| Status: | Ready for QA |
| Project: | ACE |
| Component/s: | UCMDB |
| Affects Version/s: | UCMDB 4.0.0.1 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Normal |
| Reporter: | Hassan Abdine | Assignee: | Hassan Abdine |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Customer: |
Mobinets
|
| Planned Start: | |
| Planned End: |
| Description |
|
UCMDB automatically logout and redirect to login page after few clicks. e.g.
|
| Comments |
| Comment by Bessem Manita [ 26/May/25 ] |
|
The issue was caused by both applications(UCMDB and CATALOG) using the default JSESSIONID session cookie name, which led to session collisions when opening the apps in the same browser. We configured each application to use a unique session cookie name by setting the following property in application.properties: server.servlet.session.cookie.name=UCMDBSESSIONID |