Myna Uuid Tutorial
Sometimes developers need to create a Universally Unique Identifier.
This can be used for a database key, session value, or anything else.
With Myna, this is one function call! Fast and easy.
Here is the sample code:
<%=Myna.createUuid()%> or <% var UUID = Myna.createUuid(); %> <%=UUID%>