The session uuid (most commonly referred to as just uuid) is a pseudo-randomly generated value to identify one session from another.
console_log("notice", "Session UUID: " + session.uuid + "\n");
Javascript
Category: Javascript