7. mt::NewSessionId(["optional random string"])

[<<<] [>>>]

This function creates a new session and returns the ID of the newly created session and returns the id of the session.

If no argument is provided the function just count the session and creates a 32 bytes session id using MD5.

If there is an optional argument that is also used to create the MD5 session id. That may provide some more randimity from the application level.


[<<<] [>>>]