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
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
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