Hi:
In our application,if user logined in one browser or computer,then he/she
login in another brower/computer,the first login information should be
removed.

For example.
User login in computer A,then he did not logout and then login in computer
B,then if he back to computer A do some Authorization required
operation,then he should be informed for relogin in computer A, of
course,the login information in computer B should be removed now.

It seems that the Interceptor can be used here,since the Interceptor's scope
is method(just my own understand),but I have no idea how to remove the old
login information.

Any ideas?

Reply via email to