-
Suggestion
-
Resolution: Unresolved
-
None
-
27
-
1
-
When a user session is moved from one server to another, all session information is lost, including login credentials. When this happens, the user is forced to re-login in JIRA in order to create a new session.
Please implement user session replication between the nodes in order to avoid that.
- is duplicated by
-
JRASERVER-70153 Manage sessions within Jira DC
- Closed
- is related to
-
JRASERVER-61664 As a JIRA Administrator I want to enable "Remember my login on this computer" by default
- Gathering Interest
4555db5a5f8f I tried to use the Redis session manager for Tomcat you suggested. At first it looked as if it worked - the details about the logged-in user were available to both cluster nodes from the shared session store. However, further tests showed that some plugins we use also store objects in the session and some of them do not implement Serializable, which leads to exceptions being thrown.