Can administrator log out a user from application
Hi
My application has functionality to display all the logged in users of the application. This screen ia available to only administrators of the application. Now can the administrator logout any of the logged in users from his own screen? If yes then how?
Could you please give me some pointers?
Thanks & Regards
Inder Jeet Singh
there are several ways an administrator can do that. but that depends on the way you manage your sessions.
how are you getting the list of logged users? if it is from the database based on some field in some table then you can give the functionality to administrator to set that value to the logged out status(or whatever you are using).
but that depends on the way your application is keeping trak of the logged users.