dark_mode edit EN

WSession

  • Inherits from: None

    File: zSession.prg

Class that allows to establish work sessions for each user that accesses the CGI. Each time a new user accesses the CGI, a workspace is created for them with a session flag. The duration of that workspace expires after the time indicated in the nSessionTTL property has elapsed.

To access the 'singleton'WSession object, you can use the oSession property of the public Document variable or through the Session function.

See the Session function for more information.

For further information consult the programming guide.