UuidSessionIdGenerator.generateId

Ignores the method argument and simply returns {@code UUID}.{@link java.util.UUID#randomUUID() randomUUID()}.{@code toString()}.

@param session the {@link Session} instance to which the ID will be applied. @return the string value of the JDK's next {@link UUID#randomUUID() randomUUID()}.

class UuidSessionIdGenerator
string
generateId

Meta