Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: UCMDB 4.0.0.1
-
Fix Version/s: None
-
Component/s: UCMDB
-
Labels:None Labels
-
Customer:Mobinets
Description
UCMDB automatically logout and redirect to login page after few clicks.
e.g.
- edit a site details
- click on gis with zoom in/ zoom out
- navigate between site tabs
- logout and redirect to login page
Activity
| Field | Original Value | New Value |
|---|---|---|
| Gantt Options | Milestone (set to milestone: having a due date but zero effort) | |
| Planned Start | 2025-05-23 24:00 (milestone: set planned start date to due date) | |
| Planned End | 2025-05-23 24:00 (milestone: set planned end date to due date) |
| Assignee | Hassan Abdine [ habdine ] | Bessem Manita [ bmanita ] |
| Status | Open Bug [ 10108 ] | Dev Scheduled [ 10014 ] |
| Status | Dev Scheduled [ 10014 ] | Implementation in progress [ 10016 ] |
| Status | Implementation in progress [ 10016 ] | To Be Released [ 10400 ] |
| Status | To Be Released [ 10400 ] | Ready for QA [ 10023 ] |
| Assignee | Bessem Manita [ bmanita ] | Hassan Abdine [ habdine ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
5d 30m | 1 | Bessem Manita | 26/May/25 6:32 AM | |||||
|
4s | 1 | Bessem Manita | 26/May/25 6:32 AM | |||||
|
2m 34s | 1 | Bessem Manita | 26/May/25 6:35 AM | |||||
|
3h 5m | 1 | Khaled Khalil | 26/May/25 9:40 AM |
|
Links Hierarchy |
Documentation
|
Documentation
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