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

[365 byte] By [my_java_screena] at [2007-10-2 18:27:01]
# 1
-- can the administrator logout any of the logged in users from his own screen --that depends upon your code. so you should know better.
Nishita at 2007-7-13 19:48:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I want this functionality to be implemented in my application. That's why asked this question. I think you have not read the question properly.
my_java_screena at 2007-7-13 19:48:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

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.

Nishita at 2007-7-13 19:48:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...