Unique session identifiers

Hi, SonarQube authentication mechanism does not rely on Session, but on JWT. So authentication is stateless.

About user token, here is the algorithm. Basically a SecureRandom byte array encoded as hexadecimal and hashed with SHA-384.