How to achieve one user one session at a time
If i want to restrict one user one session, how can i achieve that?Let say, if any user is logged on one browser and if he/she logging using other browser then first session should be closed/invalidated.If possible, what are the configuration changes...