how to log out HTTP server?

Hi,

Which function can log out HTTP server?

Thanks

I am assuming you are asking for the method to log a user out of the NET+OS web server (AWS).

The actual method is to remove the user from the internal user database.

Use RpDeleteUser to remove a particular user (see the Advanced Web Server Toolkit document in the NET+OS tree’s Documentation directory)

Use RpDeleteCurrentUser to delete the currently authenticated user from the internal database (See the API reference guide)