You can create a class that implements HttpSessionListener [1] and
there register active user session in some global variable (bad idea).
Or create custom interceptor that will all the time verify if given
user is locked and forward him to appropriated page.

[1] 
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html


Regards
-- 
Lukasz
KapituĊ‚a Javarsovia 2010
http://javarsovia.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to