ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / User Groupware
  • Overview
  • How to log out from the User Groupware?
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
This help page contains different programming tips for the User Groupware in WEBDEV.
How to log out from the User Groupware?
You can create a button to log out from the User Groupware and return to the login page.
To disconnect the user, simply use gpwDisconnectUser.
  • In integrated mode, the disconnection keeps the rights of the not connected user.
  • In non-integrated mode, to keep the rights, you must:
    • Create a "non-connected" user, for example.
    • Rights settings.
    • In the code, use:
      gpwDisconnectUser()
      gpwLogin("not connected", "password")
      // Refresh the current page
      PageDisplay()
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 01/28/2025

Send a report | Local help