Skip to content

Ticket #571: server side: session token shall be random value

Vincent Monfort requested to merge vmo_session_token_shall_be_random into master

Session authentication token was the session index. It leads new session to could be re-activated as an old one. The authentication token shall be random value to avoid this issue.

Closes #571 (closed)

Edited by Vincent Monfort

Merge request reports