We are using forms authentication for validating user.
I have a requirement , as such , we have a website , which are having two types of user
namely , Adminsitrator and Normal User.
When Administrator logs in , he can changes any Normal User Password.
Our reuirement is : When admin changes password of any normal user , then the changed user session should be terminated.
Is there any workaround for this ??