Closed hodgestar closed 8 years ago
Anyone have any opinions on using:
session_id = "".join(random.choice("0123456789") for i in range(SESSION_ID_LENGTH))
as a method for generating a session id?
:+1: when travis is happy
I've confirmed that all the Travis errors are covered by #1049 and that the tests pass locally, so landing this.
Currently we use hexadecimal digits, but non-decimal digits are not allowed.