-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 16.0.0.Final
-
Fix Version/s: 17.0.0.Alpha1, 17.0.0.Final
-
Component/s: Clustering
-
Labels:None
-
Git Pull Request:
The creation timestamp of a distributed web session is represented by a java.time.Instant. The externalizer for an Instant marshals an integer containing the nanosecond precision, which is unnecessary, as the HttpSession API only requires millisecond precision.