[
https://issues.jboss.org/browse/WFLY-5198?page=com.atlassian.jira.plugin....
]
Paul Ferraro edited comment on WFLY-5198 at 9/2/15 11:16 AM:
-------------------------------------------------------------
It should also be noted that the default session identifier length changed between EAP6
and WildFly from 16 bytes to 30 bytes. This will have an impact on replication
performance. Any future tests should configure the session identifier length in WF to
match that from EAP6.
e.g.
{code:xml}
<subsystem xmlns="urn:jboss:domain:undertow:3.0">
<!-- ... -->
<servlet-container name="default" session-id-length="16">
<!-- ... -->
</servlet-container>
<!-- ... -->
</subsystem>
{code}
was (Author: pferraro):
It should also be noted that the default session identifier length changed between EAP6
and WildFly from 16 bytes to 30 bytes. This will have an impact on replication
performance. Any future tests should configure the session identifier length in WF to
match that from EAP6.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)