zeroCode, by default,
generates a
session variable for the login ID alone. The general design assessment
is that reliable, scalable programs use as few session variables
as possible. Before adding items to the session, discuss and
validate correctly. Using session variables can be decided
only if it is not possible to carry the data items as hidden
variables, from one UDM to another as parameters. Considerations,
like security and server-side modification needs, will decide
the use of such variables. Then the necessary session variables,
their type (string, integer, etc.) and their use in specific
UDMs are listed out.