dark_mode 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. xaWeb has its own session manager, but it is easily replaced by your own manager. See the Session function for more information.

For further information consult the programming guide.