Consider 2 nodes, A and B. Because of the race condition, A has epoch N,
and B has (still) epoch N-1. Creating session token and putting object
on the node A will set issuing epoch to N, thus failing validation on
the node B.
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>